COLOR #BCC9C2

HEX: #BCC9C2
RGB: (188,201,194)

Color info

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

RGB color model

#BCC9C2 color RGB value is (188,201,194).

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

RGB channels and saturation

R 188 of 255 = 74%
G 201 of 255 = 79%
B 194 of 255 = 76%

188
201
194

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

Portions of RGB colors in percentages

R + G + B =
188 + 201 + 194 = 583 (100%)
R 188 of 583 ~ 32.25%
G 201 of 583 ~ 34.48%
B 194 of 583 ~ 33.28%

%32.25
%34.48
%33.28

CMYK color model

#BCC9C2 color CMYK value is (6,0,3,21).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 21.18%
CMYK:
(6,0,3,21)
C6M0Y3K21 
(6%,0%,3%,21%)
(0.06/0.00/0.03/0.21)	

CMYK percentages

%6.47
%0
%3.48
%21.18

Codes

Color #BCC9C2 in popluar color models

BCC9C2
RGB188201194
HSL148°10.74%76.27%
HSB/HSV148°6.47%78.82%
CMYK6.47%0.00%3.48%
21.18%

Color #BCC9C2 in popluar number systems.

HEXBCC9C2
Decimal188201194
Binary101111001100100111000010
Octal274311302

Shades and tints

Shades of #BCC9C2

#BCC9C2
(188,201,194)
#ABB7B1
(171,183,177)
#9AA5A0
(154,165,160)
#89938F
(137,147,143)
#78817E
(120,129,126)
#676F6D
(103,111,109)
#565D5C
(86,93,92)
#454B4B
(69,75,75)
#34393A
(52,57,58)
#232729
(35,39,41)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCC9C2

#BCC9C2
(188,201,194)
#C2CDC7
(194,205,199)
#C8D1CC
(200,209,204)
#CED5D1
(206,213,209)
#D4D9D6
(212,217,214)
#DADDDB
(218,221,219)
#E0E1E0
(224,225,224)
#E6E5E5
(230,229,229)
#ECE9EA
(236,233,234)
#F2EDEF
(242,237,239)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9C2; }

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

This text font color is #BCC9C2.


Background Color

.myBgColor { background-color: #BCC9C2; }

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

This div background color is #BCC9C2.


Border color

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

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

This div border color is #BCC9C2.


Opacity

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

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

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

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

This text has shadow with #BCC9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC9C2 on black background.


Color preview on white background

This text has color #BCC9C2 on white background.



Black color preview on #BCC9C2 background

This text has black color on #BCC9C2 background.


White color preview on #BCC9C2 background

This text has white color on #BCC9C2 background.