COLOR #BCC5CA

HEX: #BCC5CA
RGB: (188,197,202)

Color info

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

RGB color model

#BCC5CA color RGB value is (188,197,202).

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

RGB channels and saturation

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

188
197
202

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 202 = 587 (100%)
R 188 of 587 ~ 32.03%
G 197 of 587 ~ 33.56%
B 202 of 587 ~ 34.41%

%32.03
%33.56
%34.41

CMYK color model

#BCC5CA color CMYK value is (7,2,0,21).

  • cyan value is 6.93%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,2,0,21)
C7M2Y0K21 
(7%,2%,0%,21%)
(0.07/0.02/0.00/0.21)	

CMYK percentages

%6.93
%2.48
%0
%20.78

Codes

Color #BCC5CA in popluar color models

BCC5CA
RGB188197202
HSL201°11.67%76.47%
HSB/HSV201°6.93%79.22%
CMYK6.93%2.48%0.00%
20.78%

Color #BCC5CA in popluar number systems.

HEXBCC5CA
Decimal188197202
Binary101111001100010111001010
Octal274305312

Shades and tints

Shades of #BCC5CA

#BCC5CA
(188,197,202)
#ABB4B8
(171,180,184)
#9AA3A6
(154,163,166)
#899294
(137,146,148)
#788182
(120,129,130)
#677070
(103,112,112)
#565F5E
(86,95,94)
#454E4C
(69,78,76)
#343D3A
(52,61,58)
#232C28
(35,44,40)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #BCC5CA

#BCC5CA
(188,197,202)
#C2CACE
(194,202,206)
#C8CFD2
(200,207,210)
#CED4D6
(206,212,214)
#D4D9DA
(212,217,218)
#DADEDE
(218,222,222)
#E0E3E2
(224,227,226)
#E6E8E6
(230,232,230)
#ECEDEA
(236,237,234)
#F2F2EE
(242,242,238)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5CA; }

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

This text font color is #BCC5CA.


Background Color

.myBgColor { background-color: #BCC5CA; }

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

This div background color is #BCC5CA.


Border color

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

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

This div border color is #BCC5CA.


Opacity

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

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

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

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

This text has shadow with #BCC5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5CA on black background.


Color preview on white background

This text has color #BCC5CA on white background.



Black color preview on #BCC5CA background

This text has black color on #BCC5CA background.


White color preview on #BCC5CA background

This text has white color on #BCC5CA background.