COLOR #BDDAEF

HEX: #BDDAEF RGB: (189,218,239)

Color info

#BDDAEF contains red, green and blue colors in about the same proportion. Web safe color of #BDDAEF is #CCCCFF (or #CCF).

RGB color model

#BDDAEF color RGB value is (189,218,239).

RGB: (189,218,239) (74%, 85%, 94%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 239 of 255 = 94%

189
218
239

R + G + B ~ 84%. #BDDAEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 218 + 239 = 646 (100%)
R 189 of 646 ~ 29.26%
G 218 of 646 ~ 33.75%
B 239 of 646 ~ 37'%

%29.26
%33.75
%37

CMYK color model

#BDDAEF color CMYK value is (21,9,0,6).

  • cyan value is 20.92%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (21,9,0,6)
C21M9Y0K6 (21%, 9%, 0%, 6%)
(0.21 / 0.09 / 0.00 / 0.06)

CMYK percentages

%20.92
%8.79
%0
%6.27

Codes

Color #BDDAEF in popluar color models

BD DA EF
RGB 189 218 239
HSL 205° 60.98% 83.92%
HSB/HSV 205° 20.92% 93.73%
CMYK 20.92% 8.79% 0.00%
6.27%

Color #BDDAEF in popluar number systems.

HEX BD DA EF
Decimal 189 218 239
Binary 10111101 11011010 11101111
Octal 275 332 357

Shades and tints

Shades of #BDDAEF

#BDDAEF
(189,218,239)
#ACC7DA
(172,199,218)
#9BB4C5
(155,180,197)
#8AA1B0
(138,161,176)
#798E9B
(121,142,155)
#687B86
(104,123,134)
#576871
(87,104,113)
#46555C
(70,85,92)
#354247
(53,66,71)
#242F32
(36,47,50)
#131C1D
(19,28,29)
#000000
(0,0,0)

Tints of #BDDAEF

#BDDAEF
(189,218,239)
#C3DDF0
(195,221,240)
#C9E0F1
(201,224,241)
#CFE3F2
(207,227,242)
#D5E6F3
(213,230,243)
#DBE9F4
(219,233,244)
#E1ECF5
(225,236,245)
#E7EFF6
(231,239,246)
#EDF2F7
(237,242,247)
#F3F5F8
(243,245,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDAEF color. Also use rgb(189,218,239) instead hex code.

Text Font Color

.myTextColor { color: #BDDAEF; }

<p style="color:#BDDAEF">This sample text font color is #BDDAEF.</p>

This text font color is #BDDAEF.

Background Color

.myBgColor { background-color: #BDDAEF; }

<div style="background-color:#BDDAEF">Inner text</div>

This div background color is #BDDAEF.

Border color

.myBorderColor { border: 1px solid #BDDAEF; }

<div style="border:3px solid #BDDAEF">Div</div>

This div border color is #BDDAEF.

Opacity

.myOpacity80 { color: #BDDAEF; opacity: 0.8; }

<p style="color:#BDDAEF;opacity:0.8;">80%</p>

Text with #BDDAEF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDDAEF;}

<p style="text-shadow: 3px 3px 1px #BDDAEF">Text here.</p>

This text has shadow with #BDDAEF color.


.textShadow {text-shadow: 3px 3px 1px #BDDAEF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDDAEF, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDDAEF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDDAEF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDDAEF, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDDAEF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDDAEF;
-webkit-box-shadow: 1px 1px 3px 2px #BDDAEF;
box-shadow: 1px 1px 3px 2px #BDDAEF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDDAEF; -webkit-box-shadow: 1px 1px 3px 2px #BDDAEF; box-shadow:1px 1px 3px 2px #BDDAEF;">
Div content here
</div>

This div box has shadow with color #BDDAEF.

Preview

Color preview on black background

This text has color #BDDAEF on black background.


Color preview on white background

This text has color #BDDAEF on white background.


Black color preview on #BDDAEF background

This text has black color on #BDDAEF background.


White color preview on #BDDAEF background

This text has white color on #BDDAEF background.


Related colors

Complementary color

Complementary color for #hex is #422510.


I love getcolorcode.com

Triadic colors

1 #EFBDDA and #DAEFBD with #BDDAEF are triadic colors.

2 #EFDABD and #DABDEF with #BDDAEF are triadic colors.