COLOR #BCD2CA

HEX: #BCD2CA
RGB: (188,210,202)

Color info

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

RGB color model

#BCD2CA color RGB value is (188,210,202).

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

RGB channels and saturation

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

188
210
202

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

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 202 = 600 (100%)
R 188 of 600 ~ 31.33%
G 210 of 600 ~ 35%
B 202 of 600 ~ 33.67%

%31.33
%35
%33.67

CMYK color model

#BCD2CA color CMYK value is (10,0,4,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(10,0,4,18)
C10M0Y4K18 
(10%,0%,4%,18%)
(0.10/0.00/0.04/0.18)	

CMYK percentages

%10.48
%0
%3.81
%17.65

Codes

Color #BCD2CA in popluar color models

BCD2CA
RGB188210202
HSL158°19.64%78.04%
HSB/HSV158°10.48%82.35%
CMYK10.48%0.00%3.81%
17.65%

Color #BCD2CA in popluar number systems.

HEXBCD2CA
Decimal188210202
Binary101111001101001011001010
Octal274322312

Shades and tints

Shades of #BCD2CA

#BCD2CA
(188,210,202)
#ABBFB8
(171,191,184)
#9AACA6
(154,172,166)
#899994
(137,153,148)
#788682
(120,134,130)
#677370
(103,115,112)
#56605E
(86,96,94)
#454D4C
(69,77,76)
#343A3A
(52,58,58)
#232728
(35,39,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCD2CA

#BCD2CA
(188,210,202)
#C2D6CE
(194,214,206)
#C8DAD2
(200,218,210)
#CEDED6
(206,222,214)
#D4E2DA
(212,226,218)
#DAE6DE
(218,230,222)
#E0EAE2
(224,234,226)
#E6EEE6
(230,238,230)
#ECF2EA
(236,242,234)
#F2F6EE
(242,246,238)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD2CA; }

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

This text font color is #BCD2CA.


Background Color

.myBgColor { background-color: #BCD2CA; }

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

This div background color is #BCD2CA.


Border color

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

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

This div border color is #BCD2CA.


Opacity

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

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

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

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

This text has shadow with #BCD2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2CA on black background.


Color preview on white background

This text has color #BCD2CA on white background.



Black color preview on #BCD2CA background

This text has black color on #BCD2CA background.


White color preview on #BCD2CA background

This text has white color on #BCD2CA background.