COLOR #BCC4CA

HEX: #BCC4CA
RGB: (188,196,202)

Color info

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

RGB color model

#BCC4CA color RGB value is (188,196,202).

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

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 202 of 255 = 79%

188
196
202

R + G + B ~ 77%. #BCC4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 202 = 586 (100%)
R 188 of 586 ~ 32.08%
G 196 of 586 ~ 33.45%
B 202 of 586 ~ 34.47%

%32.08
%33.45
%34.47

CMYK color model

#BCC4CA color CMYK value is (7,3,0,21).

  • cyan value is 6.93%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,3,0,21)
C7M3Y0K21 
(7%,3%,0%,21%)
(0.07/0.03/0.00/0.21)	

CMYK percentages

%6.93
%2.97
%0
%20.78

Codes

Color #BCC4CA in popluar color models

BCC4CA
RGB188196202
HSL206°11.67%76.47%
HSB/HSV206°6.93%79.22%
CMYK6.93%2.97%0.00%
20.78%

Color #BCC4CA in popluar number systems.

HEXBCC4CA
Decimal188196202
Binary101111001100010011001010
Octal274304312

Shades and tints

Shades of #BCC4CA

#BCC4CA
(188,196,202)
#ABB3B8
(171,179,184)
#9AA2A6
(154,162,166)
#899194
(137,145,148)
#788082
(120,128,130)
#676F70
(103,111,112)
#565E5E
(86,94,94)
#454D4C
(69,77,76)
#343C3A
(52,60,58)
#232B28
(35,43,40)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #BCC4CA

#BCC4CA
(188,196,202)
#C2C9CE
(194,201,206)
#C8CED2
(200,206,210)
#CED3D6
(206,211,214)
#D4D8DA
(212,216,218)
#DADDDE
(218,221,222)
#E0E2E2
(224,226,226)
#E6E7E6
(230,231,230)
#ECECEA
(236,236,234)
#F2F1EE
(242,241,238)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC4CA; }

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

This text font color is #BCC4CA.


Background Color

.myBgColor { background-color: #BCC4CA; }

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

This div background color is #BCC4CA.


Border color

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

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

This div border color is #BCC4CA.


Opacity

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

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

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

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

This text has shadow with #BCC4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4CA on black background.


Color preview on white background

This text has color #BCC4CA on white background.



Black color preview on #BCC4CA background

This text has black color on #BCC4CA background.


White color preview on #BCC4CA background

This text has white color on #BCC4CA background.