COLOR #BCD8BC

HEX: #BCD8BC
RGB: (188,216,188)

Color info

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

RGB color model

#BCD8BC color RGB value is (188,216,188).

  • red value is 188;
  • green value is 216;
  • blue value is 188.
RGB:
(188,216,188)
(74%,85%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 188 of 255 = 74%

188
216
188

R + G + B ~ 78%. #BCD8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 216 + 188 = 592 (100%)
R 188 of 592 ~ 31.76%
G 216 of 592 ~ 36.49%
B 188 of 592 ~ 31.76%

%31.76
%36.49
%31.76

CMYK color model

#BCD8BC color CMYK value is (13,0,13,15).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 15.29%
CMYK:
(13,0,13,15)
C13M0Y13K15 
(13%,0%,13%,15%)
(0.13/0.00/0.13/0.15)	

CMYK percentages

%12.96
%0
%12.96
%15.29

Codes

Color #BCD8BC in popluar color models

BCD8BC
RGB188216188
HSL120°26.42%79.22%
HSB/HSV120°12.96%84.71%
CMYK12.96%0.00%12.96%
15.29%

Color #BCD8BC in popluar number systems.

HEXBCD8BC
Decimal188216188
Binary101111001101100010111100
Octal274330274

Shades and tints

Shades of #BCD8BC

#BCD8BC
(188,216,188)
#ABC5AB
(171,197,171)
#9AB29A
(154,178,154)
#899F89
(137,159,137)
#788C78
(120,140,120)
#677967
(103,121,103)
#566656
(86,102,86)
#455345
(69,83,69)
#344034
(52,64,52)
#232D23
(35,45,35)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #BCD8BC

#BCD8BC
(188,216,188)
#C2DBC2
(194,219,194)
#C8DEC8
(200,222,200)
#CEE1CE
(206,225,206)
#D4E4D4
(212,228,212)
#DAE7DA
(218,231,218)
#E0EAE0
(224,234,224)
#E6EDE6
(230,237,230)
#ECF0EC
(236,240,236)
#F2F3F2
(242,243,242)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD8BC; }

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

This text font color is #BCD8BC.


Background Color

.myBgColor { background-color: #BCD8BC; }

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

This div background color is #BCD8BC.


Border color

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

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

This div border color is #BCD8BC.


Opacity

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

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

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

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

This text has shadow with #BCD8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD8BC on black background.


Color preview on white background

This text has color #BCD8BC on white background.



Black color preview on #BCD8BC background

This text has black color on #BCD8BC background.


White color preview on #BCD8BC background

This text has white color on #BCD8BC background.