COLOR #BDD1CE

HEX: #BDD1CE RGB: (189,209,206)

Color info

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

RGB color model

#BDD1CE color RGB value is (189,209,206).

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

RGB channels and saturation

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

189
209
206

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

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 206 = 604 (100%)
R 189 of 604 ~ 31.29%
G 209 of 604 ~ 34.6%
B 206 of 604 ~ 34.11'%

%31.29
%34.6
%34.11

CMYK color model

#BDD1CE color CMYK value is (10,0,1,18).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 18.04%

CMYK: (10,0,1,18)
C10M0Y1K18 (10%, 0%, 1%, 18%)
(0.10 / 0.00 / 0.01 / 0.18)

CMYK percentages

%9.57
%0
%1.44
%18.04

Codes

Color #BDD1CE in popluar color models

BD D1 CE
RGB 189 209 206
HSL 171° 17.86% 78.04%
HSB/HSV 171° 9.57% 81.96%
CMYK 9.57% 0.00% 1.44%
18.04%

Color #BDD1CE in popluar number systems.

HEX BD D1 CE
Decimal 189 209 206
Binary 10111101 11010001 11001110
Octal 275 321 316

Shades and tints

Shades of #BDD1CE

#BDD1CE
(189,209,206)
#ACBEBC
(172,190,188)
#9BABAA
(155,171,170)
#8A9898
(138,152,152)
#798586
(121,133,134)
#687274
(104,114,116)
#575F62
(87,95,98)
#464C50
(70,76,80)
#35393E
(53,57,62)
#24262C
(36,38,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #BDD1CE

#BDD1CE
(189,209,206)
#C3D5D2
(195,213,210)
#C9D9D6
(201,217,214)
#CFDDDA
(207,221,218)
#D5E1DE
(213,225,222)
#DBE5E2
(219,229,226)
#E1E9E6
(225,233,230)
#E7EDEA
(231,237,234)
#EDF1EE
(237,241,238)
#F3F5F2
(243,245,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1CE; }

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

This text font color is #BDD1CE.

Background Color

.myBgColor { background-color: #BDD1CE; }

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

This div background color is #BDD1CE.

Border color

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

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

This div border color is #BDD1CE.

Opacity

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

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

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

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

This text has shadow with #BDD1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD1CE.

Preview

Color preview on black background

This text has color #BDD1CE on black background.


Color preview on white background

This text has color #BDD1CE on white background.


Black color preview on #BDD1CE background

This text has black color on #BDD1CE background.


White color preview on #BDD1CE background

This text has white color on #BDD1CE background.


Related colors

Complementary color

Complementary color for #hex is #422E31.


I love getcolorcode.com

Triadic colors

1 #CEBDD1 and #D1CEBD with #BDD1CE are triadic colors.

2 #CED1BD and #D1BDCE with #BDD1CE are triadic colors.