COLOR #BCDBCB

HEX: #BCDBCB
RGB: (188,219,203)

Color info

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

RGB color model

#BCDBCB color RGB value is (188,219,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 203 of 255 = 80%

188
219
203

R + G + B ~ 80%. #BCDBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 203 = 610 (100%)
R 188 of 610 ~ 30.82%
G 219 of 610 ~ 35.9%
B 203 of 610 ~ 33.28%

%30.82
%35.9
%33.28

CMYK color model

#BCDBCB color CMYK value is (14,0,7,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK:
(14,0,7,14)
C14M0Y7K14 
(14%,0%,7%,14%)
(0.14/0.00/0.07/0.14)	

CMYK percentages

%14.16
%0
%7.31
%14.12

Codes

Color #BCDBCB in popluar color models

BCDBCB
RGB188219203
HSL149°30.10%79.80%
HSB/HSV149°14.16%85.88%
CMYK14.16%0.00%7.31%
14.12%

Color #BCDBCB in popluar number systems.

HEXBCDBCB
Decimal188219203
Binary101111001101101111001011
Octal274333313

Shades and tints

Shades of #BCDBCB

#BCDBCB
(188,219,203)
#ABC8B9
(171,200,185)
#9AB5A7
(154,181,167)
#89A295
(137,162,149)
#788F83
(120,143,131)
#677C71
(103,124,113)
#56695F
(86,105,95)
#45564D
(69,86,77)
#34433B
(52,67,59)
#233029
(35,48,41)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #BCDBCB

#BCDBCB
(188,219,203)
#C2DECF
(194,222,207)
#C8E1D3
(200,225,211)
#CEE4D7
(206,228,215)
#D4E7DB
(212,231,219)
#DAEADF
(218,234,223)
#E0EDE3
(224,237,227)
#E6F0E7
(230,240,231)
#ECF3EB
(236,243,235)
#F2F6EF
(242,246,239)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBCB; }

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

This text font color is #BCDBCB.


Background Color

.myBgColor { background-color: #BCDBCB; }

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

This div background color is #BCDBCB.


Border color

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

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

This div border color is #BCDBCB.


Opacity

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

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

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

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

This text has shadow with #BCDBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBCB on black background.


Color preview on white background

This text has color #BCDBCB on white background.



Black color preview on #BCDBCB background

This text has black color on #BCDBCB background.


White color preview on #BCDBCB background

This text has white color on #BCDBCB background.