COLOR #BCD0CA

HEX: #BCD0CA
RGB: (188,208,202)

Color info

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

RGB color model

#BCD0CA color RGB value is (188,208,202).

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

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 202 of 255 = 79%

188
208
202

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 202 = 598 (100%)
R 188 of 598 ~ 31.44%
G 208 of 598 ~ 34.78%
B 202 of 598 ~ 33.78%

%31.44
%34.78
%33.78

CMYK color model

#BCD0CA color CMYK value is (10,0,3,18).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(10,0,3,18)
C10M0Y3K18 
(10%,0%,3%,18%)
(0.10/0.00/0.03/0.18)	

CMYK percentages

%9.62
%0
%2.88
%18.43

Codes

Color #BCD0CA in popluar color models

BCD0CA
RGB188208202
HSL162°17.54%77.65%
HSB/HSV162°9.62%81.57%
CMYK9.62%0.00%2.88%
18.43%

Color #BCD0CA in popluar number systems.

HEXBCD0CA
Decimal188208202
Binary101111001101000011001010
Octal274320312

Shades and tints

Shades of #BCD0CA

#BCD0CA
(188,208,202)
#ABBEB8
(171,190,184)
#9AACA6
(154,172,166)
#899A94
(137,154,148)
#788882
(120,136,130)
#677670
(103,118,112)
#56645E
(86,100,94)
#45524C
(69,82,76)
#34403A
(52,64,58)
#232E28
(35,46,40)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #BCD0CA

#BCD0CA
(188,208,202)
#C2D4CE
(194,212,206)
#C8D8D2
(200,216,210)
#CEDCD6
(206,220,214)
#D4E0DA
(212,224,218)
#DAE4DE
(218,228,222)
#E0E8E2
(224,232,226)
#E6ECE6
(230,236,230)
#ECF0EA
(236,240,234)
#F2F4EE
(242,244,238)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0CA; }

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

This text font color is #BCD0CA.


Background Color

.myBgColor { background-color: #BCD0CA; }

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

This div background color is #BCD0CA.


Border color

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

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

This div border color is #BCD0CA.


Opacity

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

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

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

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

This text has shadow with #BCD0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0CA on black background.


Color preview on white background

This text has color #BCD0CA on white background.



Black color preview on #BCD0CA background

This text has black color on #BCD0CA background.


White color preview on #BCD0CA background

This text has white color on #BCD0CA background.