crispedge.com

Color picker

Loading...

#bdd1fc hex color - Blue - Cool color - Information

#bdd1fc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bdd1fc Color code in RGB color code model is created after adding 74.12% red color, 81.96% green color and 98.82% blue color. Hex #bdd1fc Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 17% magenta, 0% yellow and 1% black.

Hex #bdd1fc color code is between #bbccff web safe hex color code and #ccddee web safe hex color code. #bbccff is the nearest web safe color code. You can see here many more shades of #bdd1fc color code.

0 Likes 0 Comments | 7 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codebdd1fc#bdd1fc
RGB Decimal189, 209, 252rgb(189, 209, 252)
RGB Percent74%, 82%, 99%rgb(74%, 82%, 99%)
CSS RGBa189, 209, 252,1rgba(189,209,252,1)
CMYK Modelcmyk(25%,17%,0%,1%)
HSL Color Space221,91% ,86%hsl(221,91% ,86%)
HSV Color Space221°, 25%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011101000111111100
Octal275321374
Decimal189209252
Hexbdd1fc

Different shades of #bdd1fc color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bdd1fc
#eef3fe
Dark Shade of #bdd1fc
#8caffa
Saturated Shade of #bdd1fc
#bad0ff
Desaturated Shade of #bdd1fc
#c0d2f9
Grey scale Shade of #bdd1fc
#dcdcdc
Brighten Shade
#d6eaff
Most Readable Shade
#000000

Shades of #bdd1fc color code

Generate more color scales with scales (color stack) generator.

#bdd1fc
#a8b9e0
#93a2c4
#7e8ba8
#69748c
#545c70
#3f4554
#2a2e38
#15171c
#000000

Similar Color like #bdd1fc color

Find visually similar hex color codes nearing to #bdd1fc hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bed2fd
#bfd3fe
#c0d4ff
#c1d5ff
#c2d6ff
#c3d7ff
#c4d8ff
#c5d9ff
#c6daff
#c7dbff
#c8dcff
#c9ddff
#cadeff
#cbdfff
#bcd0fb
#bbcffa
#bacef9
#b9cdf8
#b8ccf7
#b7cbf6
#b6caf5
#b5c9f4
#b4c8f3
#b3c7f2
#b2c6f1
#b1c5f0
#b0c4ef
#afc3ee

Monochromatic Color with #bdd1fc

#bdd1fc
#1e2127
#3d4452
#5d677c
#7d8ba7
#9daed1

Tints of #bdd1fc Color

#bdd1fc
#c4d6fc
#cbdbfc
#d3e0fd
#dae5fd
#e1eafd
#e9effe
#f0f4fe
#f7f9fe
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bdd1fc
#fce8bd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bdd1fc
#fcc9bd
#f1fcbd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bdeafc
#bddefc
#bdd1fc
#bdc4fc
#c2bdfc

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bdd1fc
#fcbdd1
#d1fcbd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bdd1fc
#fcbdf0
#fce8bd
#bdfcc8

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bdd1fc
#fce8bd
#f1fcbd
#c9bdfc

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bdd1fc Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bdd1fc Color Code Preview on Black Background Color

This is how #bdd1fc Color will look on black background color. Color contrast ratio is 13.69

#bdd1fc in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bdd1fc">Your Example Paragraph content text in with font color #bdd1fc </p>

Your Example Paragraph content text in with font color #bdd1fc

HTML with inline CSS

<div style="color:#bdd1fc">Your Paragraph text in with font color #bdd1fc </div>

Your Example Paragraph content text in with font color #bdd1fc

#bdd1fc color code is use for CSS Background Color

Background color for the above div is #bdd1fc

HTML with inline CSS

<div style="background-color:#bdd1fc;"></div>

#bdd1fc color code is use for CSS Border Color

CSS Border color for the above div is #bdd1fc

HTML with inline CSS

<div style="border:5px solid #bdd1fc;"></div>

CSS Border Left color for the above div is #bdd1fc

HTML with inline CSS

<div style="border-left:5px solid #bdd1fc;"></div>

CSS Border Right color for the above div is #bdd1fc

HTML with inline CSS

<div style="border-right:5px solid #bdd1fc;"></div>

CSS Border Bottom color for the above div is #bdd1fc

HTML with inline CSS

<div style="border-bottom:5px solid #bdd1fc;"></div>

CSS Border Top color for the above div is #bdd1fc

HTML with inline CSS

<div style="border-top:5px solid #bdd1fc;"></div>

#bdd1fc hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bdd1fc; } .examplecolorclass {color:#bdd1fc; } .examplebordercolor {border:3px solid #bdd1fc; }

#bdd1fc Color code Preview on White Background

This is how #bdd1fc Color code will look on white background color. Color contrast ratio is 1.53

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bdd1fc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bdd1fc; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(189,209,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,232,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,209,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.