COLOR #BDDEEF

HEX: #BDDEEF RGB: (189,222,239)

Color info

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

RGB color model

#BDDEEF color RGB value is (189,222,239).

RGB: (189,222,239) (74%, 87%, 94%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 239 of 255 = 94%

189
222
239

R + G + B ~ 85%. #BDDEEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 222 + 239 = 650 (100%)
R 189 of 650 ~ 29.08%
G 222 of 650 ~ 34.15%
B 239 of 650 ~ 36.77'%

%29.08
%34.15
%36.77

CMYK color model

#BDDEEF color CMYK value is (21,7,0,6).

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

CMYK: (21,7,0,6)
C21M7Y0K6 (21%, 7%, 0%, 6%)
(0.21 / 0.07 / 0.00 / 0.06)

CMYK percentages

%20.92
%7.11
%0
%6.27

Codes

Color #BDDEEF in popluar color models

BD DE EF
RGB 189 222 239
HSL 200° 60.98% 83.92%
HSB/HSV 200° 20.92% 93.73%
CMYK 20.92% 7.11% 0.00%
6.27%

Color #BDDEEF in popluar number systems.

HEX BD DE EF
Decimal 189 222 239
Binary 10111101 11011110 11101111
Octal 275 336 357

Shades and tints

Shades of #BDDEEF

#BDDEEF
(189,222,239)
#ACCADA
(172,202,218)
#9BB6C5
(155,182,197)
#8AA2B0
(138,162,176)
#798E9B
(121,142,155)
#687A86
(104,122,134)
#576671
(87,102,113)
#46525C
(70,82,92)
#353E47
(53,62,71)
#242A32
(36,42,50)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #BDDEEF

#BDDEEF
(189,222,239)
#C3E1F0
(195,225,240)
#C9E4F1
(201,228,241)
#CFE7F2
(207,231,242)
#D5EAF3
(213,234,243)
#DBEDF4
(219,237,244)
#E1F0F5
(225,240,245)
#E7F3F6
(231,243,246)
#EDF6F7
(237,246,247)
#F3F9F8
(243,249,248)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDEEF; }

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

This text font color is #BDDEEF.

Background Color

.myBgColor { background-color: #BDDEEF; }

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

This div background color is #BDDEEF.

Border color

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

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

This div border color is #BDDEEF.

Opacity

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

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

Text with #BDDEEF 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 #BDDEEF;}

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

This text has shadow with #BDDEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDEEF.

Preview

Color preview on black background

This text has color #BDDEEF on black background.


Color preview on white background

This text has color #BDDEEF on white background.


Black color preview on #BDDEEF background

This text has black color on #BDDEEF background.


White color preview on #BDDEEF background

This text has white color on #BDDEEF background.


Related colors

Complementary color

Complementary color for #hex is #422110.


I love getcolorcode.com

Triadic colors

1 #EFBDDE and #DEEFBD with #BDDEEF are triadic colors.

2 #EFDEBD and #DEBDEF with #BDDEEF are triadic colors.