COLOR #BDD8DE

HEX: #BDD8DE RGB: (189,216,222)

Color info

#BDD8DE contains red, green and blue colors in about the same proportion. Web safe color of #BDD8DE is #CCCCCC (or #CCC).

RGB color model

#BDD8DE color RGB value is (189,216,222).

RGB: (189,216,222) (74%, 85%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 222 of 255 = 87%

189
216
222

R + G + B ~ 82%. #BDD8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 216 + 222 = 627 (100%)
R 189 of 627 ~ 30.14%
G 216 of 627 ~ 34.45%
B 222 of 627 ~ 35.41'%

%30.14
%34.45
%35.41

CMYK color model

#BDD8DE color CMYK value is (15,3,0,13).

  • cyan value is 14.86%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (15,3,0,13)
C15M3Y0K13 (15%, 3%, 0%, 13%)
(0.15 / 0.03 / 0.00 / 0.13)

CMYK percentages

%14.86
%2.7
%0
%12.94

Codes

Color #BDD8DE in popluar color models

BD D8 DE
RGB 189 216 222
HSL 191° 33.33% 80.59%
HSB/HSV 191° 14.86% 87.06%
CMYK 14.86% 2.70% 0.00%
12.94%

Color #BDD8DE in popluar number systems.

HEX BD D8 DE
Decimal 189 216 222
Binary 10111101 11011000 11011110
Octal 275 330 336

Shades and tints

Shades of #BDD8DE

#BDD8DE
(189,216,222)
#ACC5CA
(172,197,202)
#9BB2B6
(155,178,182)
#8A9FA2
(138,159,162)
#798C8E
(121,140,142)
#68797A
(104,121,122)
#576666
(87,102,102)
#465352
(70,83,82)
#35403E
(53,64,62)
#242D2A
(36,45,42)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #BDD8DE

#BDD8DE
(189,216,222)
#C3DBE1
(195,219,225)
#C9DEE4
(201,222,228)
#CFE1E7
(207,225,231)
#D5E4EA
(213,228,234)
#DBE7ED
(219,231,237)
#E1EAF0
(225,234,240)
#E7EDF3
(231,237,243)
#EDF0F6
(237,240,246)
#F3F3F9
(243,243,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD8DE; }

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

This text font color is #BDD8DE.

Background Color

.myBgColor { background-color: #BDD8DE; }

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

This div background color is #BDD8DE.

Border color

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

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

This div border color is #BDD8DE.

Opacity

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

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

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

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

This text has shadow with #BDD8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD8DE.

Preview

Color preview on black background

This text has color #BDD8DE on black background.


Color preview on white background

This text has color #BDD8DE on white background.


Black color preview on #BDD8DE background

This text has black color on #BDD8DE background.


White color preview on #BDD8DE background

This text has white color on #BDD8DE background.


Related colors

Complementary color

Complementary color for #hex is #422721.


I love getcolorcode.com

Triadic colors

1 #DEBDD8 and #D8DEBD with #BDD8DE are triadic colors.

2 #DED8BD and #D8BDDE with #BDD8DE are triadic colors.