COLOR #BCC9B9

HEX: #BCC9B9 RGB: (188,201,185)

Color info

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

RGB color model

#BCC9B9 color RGB value is (188,201,185).

RGB: (188,201,185) (74%, 79%, 73%)

RGB channels and saturation

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

188
201
185

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

Portions of RGB colors in percentages

R + G + B = 188 + 201 + 185 = 574 (100%)
R 188 of 574 ~ 32.75%
G 201 of 574 ~ 35.02%
B 185 of 574 ~ 32.23'%

%32.75
%35.02
%32.23

CMYK color model

#BCC9B9 color CMYK value is (6,0,8,21).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 21.18%

CMYK: (6,0,8,21)
C6M0Y8K21 (6%, 0%, 8%, 21%)
(0.06 / 0.00 / 0.08 / 0.21)

CMYK percentages

%6.47
%0
%7.96
%21.18

Codes

Color #BCC9B9 in popluar color models

BC C9 B9
RGB 188 201 185
HSL 109° 12.90% 75.69%
HSB/HSV 109° 7.96% 78.82%
CMYK 6.47% 0.00% 7.96%
21.18%

Color #BCC9B9 in popluar number systems.

HEX BC C9 B9
Decimal 188 201 185
Binary 10111100 11001001 10111001
Octal 274 311 271

Shades and tints

Shades of #BCC9B9

#BCC9B9
(188,201,185)
#ABB7A9
(171,183,169)
#9AA599
(154,165,153)
#899389
(137,147,137)
#788179
(120,129,121)
#676F69
(103,111,105)
#565D59
(86,93,89)
#454B49
(69,75,73)
#343939
(52,57,57)
#232729
(35,39,41)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BCC9B9

#BCC9B9
(188,201,185)
#C2CDBF
(194,205,191)
#C8D1C5
(200,209,197)
#CED5CB
(206,213,203)
#D4D9D1
(212,217,209)
#DADDD7
(218,221,215)
#E0E1DD
(224,225,221)
#E6E5E3
(230,229,227)
#ECE9E9
(236,233,233)
#F2EDEF
(242,237,239)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9B9; }

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

This text font color is #BCC9B9.

Background Color

.myBgColor { background-color: #BCC9B9; }

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

This div background color is #BCC9B9.

Border color

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

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

This div border color is #BCC9B9.

Opacity

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

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

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

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

This text has shadow with #BCC9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC9B9.

Preview

Color preview on black background

This text has color #BCC9B9 on black background.


Color preview on white background

This text has color #BCC9B9 on white background.


Black color preview on #BCC9B9 background

This text has black color on #BCC9B9 background.


White color preview on #BCC9B9 background

This text has white color on #BCC9B9 background.


Related colors

Complementary color

Complementary color for #hex is #433646.


I love getcolorcode.com

Triadic colors

1 #B9BCC9 and #C9B9BC with #BCC9B9 are triadic colors.

2 #B9C9BC and #C9BCB9 with #BCC9B9 are triadic colors.