COLOR #BCD8CC

HEX: #BCD8CC
RGB: (188,216,204)

Color info

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

RGB color model

#BCD8CC color RGB value is (188,216,204).

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

RGB channels and saturation

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

188
216
204

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

Portions of RGB colors in percentages

R + G + B =
188 + 216 + 204 = 608 (100%)
R 188 of 608 ~ 30.92%
G 216 of 608 ~ 35.53%
B 204 of 608 ~ 33.55%

%30.92
%35.53
%33.55

CMYK color model

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

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

CMYK percentages

%12.96
%0
%5.56
%15.29

Codes

Color #BCD8CC in popluar color models

BCD8CC
RGB188216204
HSL154°26.42%79.22%
HSB/HSV154°12.96%84.71%
CMYK12.96%0.00%5.56%
15.29%

Color #BCD8CC in popluar number systems.

HEXBCD8CC
Decimal188216204
Binary101111001101100011001100
Octal274330314

Shades and tints

Shades of #BCD8CC

#BCD8CC
(188,216,204)
#ABC5BA
(171,197,186)
#9AB2A8
(154,178,168)
#899F96
(137,159,150)
#788C84
(120,140,132)
#677972
(103,121,114)
#566660
(86,102,96)
#45534E
(69,83,78)
#34403C
(52,64,60)
#232D2A
(35,45,42)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #BCD8CC

#BCD8CC
(188,216,204)
#C2DBD0
(194,219,208)
#C8DED4
(200,222,212)
#CEE1D8
(206,225,216)
#D4E4DC
(212,228,220)
#DAE7E0
(218,231,224)
#E0EAE4
(224,234,228)
#E6EDE8
(230,237,232)
#ECF0EC
(236,240,236)
#F2F3F0
(242,243,240)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD8CC; }

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

This text font color is #BCD8CC.


Background Color

.myBgColor { background-color: #BCD8CC; }

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

This div background color is #BCD8CC.


Border color

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

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

This div border color is #BCD8CC.


Opacity

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

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

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

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

This text has shadow with #BCD8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD8CC on black background.


Color preview on white background

This text has color #BCD8CC on white background.



Black color preview on #BCD8CC background

This text has black color on #BCD8CC background.


White color preview on #BCD8CC background

This text has white color on #BCD8CC background.