COLOR #BCC5C2

HEX: #BCC5C2
RGB: (188,197,194)

Color info

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

RGB color model

#BCC5C2 color RGB value is (188,197,194).

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

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 194 of 255 = 76%

188
197
194

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 194 = 579 (100%)
R 188 of 579 ~ 32.47%
G 197 of 579 ~ 34.02%
B 194 of 579 ~ 33.51%

%32.47
%34.02
%33.51

CMYK color model

#BCC5C2 color CMYK value is (5,0,2,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK:
(5,0,2,23)
C5M0Y2K23 
(5%,0%,2%,23%)
(0.05/0.00/0.02/0.23)	

CMYK percentages

%4.57
%0
%1.52
%22.75

Codes

Color #BCC5C2 in popluar color models

BCC5C2
RGB188197194
HSL160°7.20%75.49%
HSB/HSV160°4.57%77.25%
CMYK4.57%0.00%1.52%
22.75%

Color #BCC5C2 in popluar number systems.

HEXBCC5C2
Decimal188197194
Binary101111001100010111000010
Octal274305302

Shades and tints

Shades of #BCC5C2

#BCC5C2
(188,197,194)
#ABB4B1
(171,180,177)
#9AA3A0
(154,163,160)
#89928F
(137,146,143)
#78817E
(120,129,126)
#67706D
(103,112,109)
#565F5C
(86,95,92)
#454E4B
(69,78,75)
#343D3A
(52,61,58)
#232C29
(35,44,41)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #BCC5C2

#BCC5C2
(188,197,194)
#C2CAC7
(194,202,199)
#C8CFCC
(200,207,204)
#CED4D1
(206,212,209)
#D4D9D6
(212,217,214)
#DADEDB
(218,222,219)
#E0E3E0
(224,227,224)
#E6E8E5
(230,232,229)
#ECEDEA
(236,237,234)
#F2F2EF
(242,242,239)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5C2; }

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

This text font color is #BCC5C2.


Background Color

.myBgColor { background-color: #BCC5C2; }

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

This div background color is #BCC5C2.


Border color

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

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

This div border color is #BCC5C2.


Opacity

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

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

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

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

This text has shadow with #BCC5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5C2 on black background.


Color preview on white background

This text has color #BCC5C2 on white background.



Black color preview on #BCC5C2 background

This text has black color on #BCC5C2 background.


White color preview on #BCC5C2 background

This text has white color on #BCC5C2 background.