COLOR #BDD8BC

HEX: #BDD8BC RGB: (189,216,188)

Color info

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

RGB color model

#BDD8BC color RGB value is (189,216,188).

RGB: (189,216,188) (74%, 85%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 188 of 255 = 74%

189
216
188

R + G + B ~ 78%. #BDD8BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 216 + 188 = 593 (100%)
R 189 of 593 ~ 31.87%
G 216 of 593 ~ 36.42%
B 188 of 593 ~ 31.7'%

%31.87
%36.42
%31.7

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 15.29%
CMYK: (13,0,13,15) C13M0Y13K15 (13%,0%,13%,15%) (0.13/0.00/0.13/0.15) 

CMYK percentages

%12.5
%0
%12.96
%15.29

Codes

Color #BDD8BC in popluar color models

BD D8 BC
RGB 189 216 188
HSL 118° 26.42% 79.22%
HSB/HSV 118° 12.96% 84.71%
CMYK 12.50% 0.00% 12.96%
15.29%

Color #BDD8BC in popluar number systems.

HEX BD D8 BC
Decimal 189 216 188
Binary 10111101 11011000 10111100
Octal 275 330 274

Shades and tints

Shades of #BDD8BC

#BDD8BC
(189,216,188)
#ACC5AB
(172,197,171)
#9BB29A
(155,178,154)
#8A9F89
(138,159,137)
#798C78
(121,140,120)
#687967
(104,121,103)
#576656
(87,102,86)
#465345
(70,83,69)
#354034
(53,64,52)
#242D23
(36,45,35)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #BDD8BC

#BDD8BC
(189,216,188)
#C3DBC2
(195,219,194)
#C9DEC8
(201,222,200)
#CFE1CE
(207,225,206)
#D5E4D4
(213,228,212)
#DBE7DA
(219,231,218)
#E1EAE0
(225,234,224)
#E7EDE6
(231,237,230)
#EDF0EC
(237,240,236)
#F3F3F2
(243,243,242)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD8BC; }

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

This text font color is #BDD8BC.

Background Color

.myBgColor { background-color: #BDD8BC; }

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

This div background color is #BDD8BC.

Border color

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

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

This div border color is #BDD8BC.

Opacity

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

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

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

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

This text has shadow with #BDD8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD8BC.

Preview

Color preview on black background

This text has color #BDD8BC on black background.


Color preview on white background

This text has color #BDD8BC on white background.


Black color preview on #BDD8BC background

This text has black color on #BDD8BC background.


White color preview on #BDD8BC background

This text has white color on #BDD8BC background.


Related colors

Complementary color

Complementary color for #hex is #422743.


I love getcolorcode.com

Triadic colors

1 #BCBDD8 and #D8BCBD with #BDD8BC are triadic colors.

2 #BCD8BD and #D8BDBC with #BDD8BC are triadic colors.