COLOR #BCC6C5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
198
197

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

Portions of RGB colors in percentages

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

%32.25
%33.96
%33.79

CMYK color model

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

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

CMYK percentages

%5.05
%0
%0.51
%22.35

Codes

Color #BCC6C5 in popluar color models

BCC6C5
RGB188198197
HSL174°8.06%75.69%
HSB/HSV174°5.05%77.65%
CMYK5.05%0.00%0.51%
22.35%

Color #BCC6C5 in popluar number systems.

HEXBCC6C5
Decimal188198197
Binary101111001100011011000101
Octal274306305

Shades and tints

Shades of #BCC6C5

#BCC6C5
(188,198,197)
#ABB4B4
(171,180,180)
#9AA2A3
(154,162,163)
#899092
(137,144,146)
#787E81
(120,126,129)
#676C70
(103,108,112)
#565A5F
(86,90,95)
#45484E
(69,72,78)
#34363D
(52,54,61)
#23242C
(35,36,44)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #BCC6C5

#BCC6C5
(188,198,197)
#C2CBCA
(194,203,202)
#C8D0CF
(200,208,207)
#CED5D4
(206,213,212)
#D4DAD9
(212,218,217)
#DADFDE
(218,223,222)
#E0E4E3
(224,228,227)
#E6E9E8
(230,233,232)
#ECEEED
(236,238,237)
#F2F3F2
(242,243,242)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC6C5; }

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

This text font color is #BCC6C5.


Background Color

.myBgColor { background-color: #BCC6C5; }

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

This div background color is #BCC6C5.


Border color

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

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

This div border color is #BCC6C5.


Opacity

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

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

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

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

This text has shadow with #BCC6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC6C5 on black background.


Color preview on white background

This text has color #BCC6C5 on white background.



Black color preview on #BCC6C5 background

This text has black color on #BCC6C5 background.


White color preview on #BCC6C5 background

This text has white color on #BCC6C5 background.