COLOR #BDD5CB

HEX: #BDD5CB RGB: (189,213,203)

Color info

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

RGB color model

#BDD5CB color RGB value is (189,213,203).

RGB: (189,213,203) (74%, 84%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 203 of 255 = 80%

189
213
203

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

Portions of RGB colors in percentages

R + G + B = 189 + 213 + 203 = 605 (100%)
R 189 of 605 ~ 31.24%
G 213 of 605 ~ 35.21%
B 203 of 605 ~ 33.55'%

%31.24
%35.21
%33.55

CMYK color model

#BDD5CB color CMYK value is (11,0,5,16).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 16.47%

CMYK: (11,0,5,16)
C11M0Y5K16 (11%, 0%, 5%, 16%)
(0.11 / 0.00 / 0.05 / 0.16)

CMYK percentages

%11.27
%0
%4.69
%16.47

Codes

Color #BDD5CB in popluar color models

BD D5 CB
RGB 189 213 203
HSL 155° 22.22% 78.82%
HSB/HSV 155° 11.27% 83.53%
CMYK 11.27% 0.00% 4.69%
16.47%

Color #BDD5CB in popluar number systems.

HEX BD D5 CB
Decimal 189 213 203
Binary 10111101 11010101 11001011
Octal 275 325 313

Shades and tints

Shades of #BDD5CB

#BDD5CB
(189,213,203)
#ACC2B9
(172,194,185)
#9BAFA7
(155,175,167)
#8A9C95
(138,156,149)
#798983
(121,137,131)
#687671
(104,118,113)
#57635F
(87,99,95)
#46504D
(70,80,77)
#353D3B
(53,61,59)
#242A29
(36,42,41)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDD5CB

#BDD5CB
(189,213,203)
#C3D8CF
(195,216,207)
#C9DBD3
(201,219,211)
#CFDED7
(207,222,215)
#D5E1DB
(213,225,219)
#DBE4DF
(219,228,223)
#E1E7E3
(225,231,227)
#E7EAE7
(231,234,231)
#EDEDEB
(237,237,235)
#F3F0EF
(243,240,239)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD5CB color. Also use rgb(189,213,203) instead hex code.

Text Font Color

.myTextColor { color: #BDD5CB; }

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

This text font color is #BDD5CB.

Background Color

.myBgColor { background-color: #BDD5CB; }

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

This div background color is #BDD5CB.

Border color

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

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

This div border color is #BDD5CB.

Opacity

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

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

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

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

This text has shadow with #BDD5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD5CB.

Preview

Color preview on black background

This text has color #BDD5CB on black background.


Color preview on white background

This text has color #BDD5CB on white background.


Black color preview on #BDD5CB background

This text has black color on #BDD5CB background.


White color preview on #BDD5CB background

This text has white color on #BDD5CB background.


Related colors

Complementary color

Complementary color for #hex is #422A34.


I love getcolorcode.com

Triadic colors

1 #CBBDD5 and #D5CBBD with #BDD5CB are triadic colors.

2 #CBD5BD and #D5BDCB with #BDD5CB are triadic colors.