COLOR #BCD6CA

HEX: #BCD6CA
RGB: (188,214,202)

Color info

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

RGB color model

#BCD6CA color RGB value is (188,214,202).

  • red value is 188;
  • green value is 214;
  • blue value is 202.
RGB:
(188,214,202)
(74%,84%,79%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 202 of 255 = 79%

188
214
202

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

Portions of RGB colors in percentages

R + G + B =
188 + 214 + 202 = 604 (100%)
R 188 of 604 ~ 31.13%
G 214 of 604 ~ 35.43%
B 202 of 604 ~ 33.44%

%31.13
%35.43
%33.44

CMYK color model

#BCD6CA color CMYK value is (12,0,6,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK:
(12,0,6,16)
C12M0Y6K16 
(12%,0%,6%,16%)
(0.12/0.00/0.06/0.16)	

CMYK percentages

%12.15
%0
%5.61
%16.08

Codes

Color #BCD6CA in popluar color models

BCD6CA
RGB188214202
HSL152°24.07%78.82%
HSB/HSV152°12.15%83.92%
CMYK12.15%0.00%5.61%
16.08%

Color #BCD6CA in popluar number systems.

HEXBCD6CA
Decimal188214202
Binary101111001101011011001010
Octal274326312

Shades and tints

Shades of #BCD6CA

#BCD6CA
(188,214,202)
#ABC3B8
(171,195,184)
#9AB0A6
(154,176,166)
#899D94
(137,157,148)
#788A82
(120,138,130)
#677770
(103,119,112)
#56645E
(86,100,94)
#45514C
(69,81,76)
#343E3A
(52,62,58)
#232B28
(35,43,40)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCD6CA

#BCD6CA
(188,214,202)
#C2D9CE
(194,217,206)
#C8DCD2
(200,220,210)
#CEDFD6
(206,223,214)
#D4E2DA
(212,226,218)
#DAE5DE
(218,229,222)
#E0E8E2
(224,232,226)
#E6EBE6
(230,235,230)
#ECEEEA
(236,238,234)
#F2F1EE
(242,241,238)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD6CA; }

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

This text font color is #BCD6CA.


Background Color

.myBgColor { background-color: #BCD6CA; }

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

This div background color is #BCD6CA.


Border color

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

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

This div border color is #BCD6CA.


Opacity

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

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

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

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

This text has shadow with #BCD6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD6CA on black background.


Color preview on white background

This text has color #BCD6CA on white background.



Black color preview on #BCD6CA background

This text has black color on #BCD6CA background.


White color preview on #BCD6CA background

This text has white color on #BCD6CA background.