COLOR #BCD5CB

HEX: #BCD5CB RGB: (188,213,203)

Color info

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

RGB color model

#BCD5CB color RGB value is (188,213,203).

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

RGB channels and saturation

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

188
213
203

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

Portions of RGB colors in percentages

R + G + B = 188 + 213 + 203 = 604 (100%)
R 188 of 604 ~ 31.13%
G 213 of 604 ~ 35.26%
B 203 of 604 ~ 33.61'%

%31.13
%35.26
%33.61

CMYK color model

#BCD5CB color CMYK value is (12,0,5,16).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK: (12,0,5,16) C12M0Y5K16 (12%,0%,5%,16%) (0.12/0.00/0.05/0.16) 

CMYK percentages

%11.74
%0
%4.69
%16.47

Codes

Color #BCD5CB in popluar color models

BC D5 CB
RGB 188 213 203
HSL 156° 22.94% 78.63%
HSB/HSV 156° 11.74% 83.53%
CMYK 11.74% 0.00% 4.69%
16.47%

Color #BCD5CB in popluar number systems.

HEX BC D5 CB
Decimal 188 213 203
Binary 10111100 11010101 11001011
Octal 274 325 313

Shades and tints

Shades of #BCD5CB

#BCD5CB
(188,213,203)
#ABC2B9
(171,194,185)
#9AAFA7
(154,175,167)
#899C95
(137,156,149)
#788983
(120,137,131)
#677671
(103,118,113)
#56635F
(86,99,95)
#45504D
(69,80,77)
#343D3B
(52,61,59)
#232A29
(35,42,41)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCD5CB

#BCD5CB
(188,213,203)
#C2D8CF
(194,216,207)
#C8DBD3
(200,219,211)
#CEDED7
(206,222,215)
#D4E1DB
(212,225,219)
#DAE4DF
(218,228,223)
#E0E7E3
(224,231,227)
#E6EAE7
(230,234,231)
#ECEDEB
(236,237,235)
#F2F0EF
(242,240,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD5CB; }

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

This text font color is #BCD5CB.

Background Color

.myBgColor { background-color: #BCD5CB; }

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

This div background color is #BCD5CB.

Border color

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

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

This div border color is #BCD5CB.

Opacity

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

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

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

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

This text has shadow with #BCD5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD5CB.

Preview

Color preview on black background

This text has color #BCD5CB on black background.


Color preview on white background

This text has color #BCD5CB on white background.


Black color preview on #BCD5CB background

This text has black color on #BCD5CB background.


White color preview on #BCD5CB background

This text has white color on #BCD5CB background.


Related colors

Complementary color

Complementary color for #hex is #432A34.


I love getcolorcode.com

Triadic colors

1 #CBBCD5 and #D5CBBC with #BCD5CB are triadic colors.

2 #CBD5BC and #D5BCCB with #BCD5CB are triadic colors.