COLOR #BCC5C6

HEX: #BCC5C6
RGB: (188,197,198)

Color info

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

RGB color model

#BCC5C6 color RGB value is (188,197,198).

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

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 198 of 255 = 78%

188
197
198

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 198 = 583 (100%)
R 188 of 583 ~ 32.25%
G 197 of 583 ~ 33.79%
B 198 of 583 ~ 33.96%

%32.25
%33.79
%33.96

CMYK color model

#BCC5C6 color CMYK value is (5,1,0,22).

  • cyan value is 5.05%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,1,0,22)
C5M1Y0K22 
(5%,1%,0%,22%)
(0.05/0.01/0.00/0.22)	

CMYK percentages

%5.05
%0.51
%0
%22.35

Codes

Color #BCC5C6 in popluar color models

BCC5C6
RGB188197198
HSL186°8.06%75.69%
HSB/HSV186°5.05%77.65%
CMYK5.05%0.51%0.00%
22.35%

Color #BCC5C6 in popluar number systems.

HEXBCC5C6
Decimal188197198
Binary101111001100010111000110
Octal274305306

Shades and tints

Shades of #BCC5C6

#BCC5C6
(188,197,198)
#ABB4B4
(171,180,180)
#9AA3A2
(154,163,162)
#899290
(137,146,144)
#78817E
(120,129,126)
#67706C
(103,112,108)
#565F5A
(86,95,90)
#454E48
(69,78,72)
#343D36
(52,61,54)
#232C24
(35,44,36)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #BCC5C6

#BCC5C6
(188,197,198)
#C2CACB
(194,202,203)
#C8CFD0
(200,207,208)
#CED4D5
(206,212,213)
#D4D9DA
(212,217,218)
#DADEDF
(218,222,223)
#E0E3E4
(224,227,228)
#E6E8E9
(230,232,233)
#ECEDEE
(236,237,238)
#F2F2F3
(242,242,243)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5C6; }

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

This text font color is #BCC5C6.


Background Color

.myBgColor { background-color: #BCC5C6; }

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

This div background color is #BCC5C6.


Border color

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

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

This div border color is #BCC5C6.


Opacity

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

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

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

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

This text has shadow with #BCC5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5C6 on black background.


Color preview on white background

This text has color #BCC5C6 on white background.



Black color preview on #BCC5C6 background

This text has black color on #BCC5C6 background.


White color preview on #BCC5C6 background

This text has white color on #BCC5C6 background.