COLOR #BCC5C4

HEX: #BCC5C4
RGB: (188,197,196)

Color info

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

RGB color model

#BCC5C4 color RGB value is (188,197,196).

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

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 196 of 255 = 77%

188
197
196

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 196 = 581 (100%)
R 188 of 581 ~ 32.36%
G 197 of 581 ~ 33.91%
B 196 of 581 ~ 33.73%

%32.36
%33.91
%33.73

CMYK color model

#BCC5C4 color CMYK value is (5,0,1,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 22.75%
CMYK:
(5,0,1,23)
C5M0Y1K23 
(5%,0%,1%,23%)
(0.05/0.00/0.01/0.23)	

CMYK percentages

%4.57
%0
%0.51
%22.75

Codes

Color #BCC5C4 in popluar color models

BCC5C4
RGB188197196
HSL173°7.20%75.49%
HSB/HSV173°4.57%77.25%
CMYK4.57%0.00%0.51%
22.75%

Color #BCC5C4 in popluar number systems.

HEXBCC5C4
Decimal188197196
Binary101111001100010111000100
Octal274305304

Shades and tints

Shades of #BCC5C4

#BCC5C4
(188,197,196)
#ABB4B3
(171,180,179)
#9AA3A2
(154,163,162)
#899291
(137,146,145)
#788180
(120,129,128)
#67706F
(103,112,111)
#565F5E
(86,95,94)
#454E4D
(69,78,77)
#343D3C
(52,61,60)
#232C2B
(35,44,43)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #BCC5C4

#BCC5C4
(188,197,196)
#C2CAC9
(194,202,201)
#C8CFCE
(200,207,206)
#CED4D3
(206,212,211)
#D4D9D8
(212,217,216)
#DADEDD
(218,222,221)
#E0E3E2
(224,227,226)
#E6E8E7
(230,232,231)
#ECEDEC
(236,237,236)
#F2F2F1
(242,242,241)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5C4; }

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

This text font color is #BCC5C4.


Background Color

.myBgColor { background-color: #BCC5C4; }

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

This div background color is #BCC5C4.


Border color

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

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

This div border color is #BCC5C4.


Opacity

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

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

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

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

This text has shadow with #BCC5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5C4 on black background.


Color preview on white background

This text has color #BCC5C4 on white background.



Black color preview on #BCC5C4 background

This text has black color on #BCC5C4 background.


White color preview on #BCC5C4 background

This text has white color on #BCC5C4 background.