COLOR #BCC2CA

HEX: #BCC2CA
RGB: (188,194,202)

Color info

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

RGB color model

#BCC2CA color RGB value is (188,194,202).

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

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 202 of 255 = 79%

188
194
202

R + G + B ~ 76%. #BCC2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 202 = 584 (100%)
R 188 of 584 ~ 32.19%
G 194 of 584 ~ 33.22%
B 202 of 584 ~ 34.59%

%32.19
%33.22
%34.59

CMYK color model

#BCC2CA color CMYK value is (7,4,0,21).

  • cyan value is 6.93%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,4,0,21)
C7M4Y0K21 
(7%,4%,0%,21%)
(0.07/0.04/0.00/0.21)	

CMYK percentages

%6.93
%3.96
%0
%20.78

Codes

Color #BCC2CA in popluar color models

BCC2CA
RGB188194202
HSL214°11.67%76.47%
HSB/HSV214°6.93%79.22%
CMYK6.93%3.96%0.00%
20.78%

Color #BCC2CA in popluar number systems.

HEXBCC2CA
Decimal188194202
Binary101111001100001011001010
Octal274302312

Shades and tints

Shades of #BCC2CA

#BCC2CA
(188,194,202)
#ABB1B8
(171,177,184)
#9AA0A6
(154,160,166)
#898F94
(137,143,148)
#787E82
(120,126,130)
#676D70
(103,109,112)
#565C5E
(86,92,94)
#454B4C
(69,75,76)
#343A3A
(52,58,58)
#232928
(35,41,40)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCC2CA

#BCC2CA
(188,194,202)
#C2C7CE
(194,199,206)
#C8CCD2
(200,204,210)
#CED1D6
(206,209,214)
#D4D6DA
(212,214,218)
#DADBDE
(218,219,222)
#E0E0E2
(224,224,226)
#E6E5E6
(230,229,230)
#ECEAEA
(236,234,234)
#F2EFEE
(242,239,238)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2CA; }

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

This text font color is #BCC2CA.


Background Color

.myBgColor { background-color: #BCC2CA; }

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

This div background color is #BCC2CA.


Border color

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

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

This div border color is #BCC2CA.


Opacity

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

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

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

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

This text has shadow with #BCC2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC2CA on black background.


Color preview on white background

This text has color #BCC2CA on white background.



Black color preview on #BCC2CA background

This text has black color on #BCC2CA background.


White color preview on #BCC2CA background

This text has white color on #BCC2CA background.