COLOR #BDD0CE

HEX: #BDD0CE RGB: (189,208,206)

Color info

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

RGB color model

#BDD0CE color RGB value is (189,208,206).

RGB: (189,208,206) (74%, 82%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 206 of 255 = 81%

189
208
206

R + G + B ~ 79%. #BDD0CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 208 + 206 = 603 (100%)
R 189 of 603 ~ 31.34%
G 208 of 603 ~ 34.49%
B 206 of 603 ~ 34.16'%

%31.34
%34.49
%34.16

CMYK color model

#BDD0CE color CMYK value is (9,0,1,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 0.96%
  • key color value is 18.43%

CMYK: (9,0,1,18)
C9M0Y1K18 (9%, 0%, 1%, 18%)
(0.09 / 0.00 / 0.01 / 0.18)

CMYK percentages

%9.13
%0
%0.96
%18.43

Codes

Color #BDD0CE in popluar color models

BD D0 CE
RGB 189 208 206
HSL 174° 16.81% 77.84%
HSB/HSV 174° 9.13% 81.57%
CMYK 9.13% 0.00% 0.96%
18.43%

Color #BDD0CE in popluar number systems.

HEX BD D0 CE
Decimal 189 208 206
Binary 10111101 11010000 11001110
Octal 275 320 316

Shades and tints

Shades of #BDD0CE

#BDD0CE
(189,208,206)
#ACBEBC
(172,190,188)
#9BACAA
(155,172,170)
#8A9A98
(138,154,152)
#798886
(121,136,134)
#687674
(104,118,116)
#576462
(87,100,98)
#465250
(70,82,80)
#35403E
(53,64,62)
#242E2C
(36,46,44)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #BDD0CE

#BDD0CE
(189,208,206)
#C3D4D2
(195,212,210)
#C9D8D6
(201,216,214)
#CFDCDA
(207,220,218)
#D5E0DE
(213,224,222)
#DBE4E2
(219,228,226)
#E1E8E6
(225,232,230)
#E7ECEA
(231,236,234)
#EDF0EE
(237,240,238)
#F3F4F2
(243,244,242)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD0CE color. Also use rgb(189,208,206) instead hex code.

Text Font Color

.myTextColor { color: #BDD0CE; }

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

This text font color is #BDD0CE.

Background Color

.myBgColor { background-color: #BDD0CE; }

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

This div background color is #BDD0CE.

Border color

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

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

This div border color is #BDD0CE.

Opacity

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

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

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

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

This text has shadow with #BDD0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD0CE.

Preview

Color preview on black background

This text has color #BDD0CE on black background.


Color preview on white background

This text has color #BDD0CE on white background.


Black color preview on #BDD0CE background

This text has black color on #BDD0CE background.


White color preview on #BDD0CE background

This text has white color on #BDD0CE background.


Related colors

Complementary color

Complementary color for #hex is #422F31.


I love getcolorcode.com

Triadic colors

1 #CEBDD0 and #D0CEBD with #BDD0CE are triadic colors.

2 #CED0BD and #D0BDCE with #BDD0CE are triadic colors.