COLOR #BCD9CA

HEX: #BCD9CA
RGB: (188,217,202)

Color info

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

RGB color model

#BCD9CA color RGB value is (188,217,202).

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

RGB channels and saturation

R 188 of 255 = 74%
G 217 of 255 = 85%
B 202 of 255 = 79%

188
217
202

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

Portions of RGB colors in percentages

R + G + B =
188 + 217 + 202 = 607 (100%)
R 188 of 607 ~ 30.97%
G 217 of 607 ~ 35.75%
B 202 of 607 ~ 33.28%

%30.97
%35.75
%33.28

CMYK color model

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

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(13,0,7,15)
C13M0Y7K15 
(13%,0%,7%,15%)
(0.13/0.00/0.07/0.15)	

CMYK percentages

%13.36
%0
%6.91
%14.9

Codes

Color #BCD9CA in popluar color models

BCD9CA
RGB188217202
HSL149°27.62%79.41%
HSB/HSV149°13.36%85.10%
CMYK13.36%0.00%6.91%
14.90%

Color #BCD9CA in popluar number systems.

HEXBCD9CA
Decimal188217202
Binary101111001101100111001010
Octal274331312

Shades and tints

Shades of #BCD9CA

#BCD9CA
(188,217,202)
#ABC6B8
(171,198,184)
#9AB3A6
(154,179,166)
#89A094
(137,160,148)
#788D82
(120,141,130)
#677A70
(103,122,112)
#56675E
(86,103,94)
#45544C
(69,84,76)
#34413A
(52,65,58)
#232E28
(35,46,40)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #BCD9CA

#BCD9CA
(188,217,202)
#C2DCCE
(194,220,206)
#C8DFD2
(200,223,210)
#CEE2D6
(206,226,214)
#D4E5DA
(212,229,218)
#DAE8DE
(218,232,222)
#E0EBE2
(224,235,226)
#E6EEE6
(230,238,230)
#ECF1EA
(236,241,234)
#F2F4EE
(242,244,238)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD9CA; }

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

This text font color is #BCD9CA.


Background Color

.myBgColor { background-color: #BCD9CA; }

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

This div background color is #BCD9CA.


Border color

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

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

This div border color is #BCD9CA.


Opacity

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

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

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

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

This text has shadow with #BCD9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD9CA on black background.


Color preview on white background

This text has color #BCD9CA on white background.



Black color preview on #BCD9CA background

This text has black color on #BCD9CA background.


White color preview on #BCD9CA background

This text has white color on #BCD9CA background.