COLOR #BCC9BA

HEX: #BCC9BA
RGB: (188,201,186)

Color info

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

RGB color model

#BCC9BA color RGB value is (188,201,186).

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

RGB channels and saturation

R 188 of 255 = 74%
G 201 of 255 = 79%
B 186 of 255 = 73%

188
201
186

R + G + B ~ 75%. #BCC9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 201 + 186 = 575 (100%)
R 188 of 575 ~ 32.7%
G 201 of 575 ~ 34.96%
B 186 of 575 ~ 32.35%

%32.7
%34.96
%32.35

CMYK color model

#BCC9BA color CMYK value is (6,0,7,21).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK: (6,0,7,21) C6M0Y7K21 (6%,0%,7%,21%) (0.06/0.00/0.07/0.21)

CMYK percentages

%6.47
%0
%7.46
%21.18

Codes

Color #BCC9BA in popluar color models

BCC9BA
RGB188201186
HSL112°12.20%75.88%
HSB/HSV112°7.46%78.82%
CMYK6.47%0.00%7.46%
21.18%

Color #BCC9BA in popluar number systems.

HEXBCC9BA
Decimal188201186
Binary101111001100100110111010
Octal274311272

Shades and tints

Shades of #BCC9BA

#BCC9BA
(188,201,186)
#ABB7AA
(171,183,170)
#9AA59A
(154,165,154)
#89938A
(137,147,138)
#78817A
(120,129,122)
#676F6A
(103,111,106)
#565D5A
(86,93,90)
#454B4A
(69,75,74)
#34393A
(52,57,58)
#23272A
(35,39,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #BCC9BA

#BCC9BA
(188,201,186)
#C2CDC0
(194,205,192)
#C8D1C6
(200,209,198)
#CED5CC
(206,213,204)
#D4D9D2
(212,217,210)
#DADDD8
(218,221,216)
#E0E1DE
(224,225,222)
#E6E5E4
(230,229,228)
#ECE9EA
(236,233,234)
#F2EDF0
(242,237,240)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9BA; }

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

This text font color is #BCC9BA.


Background Color

.myBgColor { background-color: #BCC9BA; }

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

This div background color is #BCC9BA.


Border color

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

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

This div border color is #BCC9BA.


Opacity

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

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

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

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

This text has shadow with #BCC9BA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCC9BA on black background.


Color preview on white background

This text has color #BCC9BA on white background.



Black color preview on #BCC9BA background

This text has black color on #BCC9BA background.


White color preview on #BCC9BA background

This text has white color on #BCC9BA background.