COLOR #BCD0CB

HEX: #BCD0CB
RGB: (188,208,203)

Color info

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

RGB color model

#BCD0CB color RGB value is (188,208,203).

  • red value is 188;
  • green value is 208;
  • blue value is 203.
RGB:
(188,208,203)
(74%,82%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 203 of 255 = 80%

188
208
203

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 203 = 599 (100%)
R 188 of 599 ~ 31.39%
G 208 of 599 ~ 34.72%
B 203 of 599 ~ 33.89%

%31.39
%34.72
%33.89

CMYK color model

#BCD0CB color CMYK value is (10,0,2,18).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 18.43%
CMYK:
(10,0,2,18)
C10M0Y2K18 
(10%,0%,2%,18%)
(0.10/0.00/0.02/0.18)	

CMYK percentages

%9.62
%0
%2.4
%18.43

Codes

Color #BCD0CB in popluar color models

BCD0CB
RGB188208203
HSL165°17.54%77.65%
HSB/HSV165°9.62%81.57%
CMYK9.62%0.00%2.40%
18.43%

Color #BCD0CB in popluar number systems.

HEXBCD0CB
Decimal188208203
Binary101111001101000011001011
Octal274320313

Shades and tints

Shades of #BCD0CB

#BCD0CB
(188,208,203)
#ABBEB9
(171,190,185)
#9AACA7
(154,172,167)
#899A95
(137,154,149)
#788883
(120,136,131)
#677671
(103,118,113)
#56645F
(86,100,95)
#45524D
(69,82,77)
#34403B
(52,64,59)
#232E29
(35,46,41)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #BCD0CB

#BCD0CB
(188,208,203)
#C2D4CF
(194,212,207)
#C8D8D3
(200,216,211)
#CEDCD7
(206,220,215)
#D4E0DB
(212,224,219)
#DAE4DF
(218,228,223)
#E0E8E3
(224,232,227)
#E6ECE7
(230,236,231)
#ECF0EB
(236,240,235)
#F2F4EF
(242,244,239)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0CB; }

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

This text font color is #BCD0CB.


Background Color

.myBgColor { background-color: #BCD0CB; }

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

This div background color is #BCD0CB.


Border color

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

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

This div border color is #BCD0CB.


Opacity

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

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

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

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

This text has shadow with #BCD0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0CB on black background.


Color preview on white background

This text has color #BCD0CB on white background.



Black color preview on #BCD0CB background

This text has black color on #BCD0CB background.


White color preview on #BCD0CB background

This text has white color on #BCD0CB background.