COLOR #BCC9BC

HEX: #BCC9BC RGB: (188,201,188)

Color info

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

RGB color model

#BCC9BC color RGB value is (188,201,188).

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

RGB channels and saturation

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

188
201
188

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

Portions of RGB colors in percentages

R + G + B = 188 + 201 + 188 = 577 (100%)
R 188 of 577 ~ 32.58%
G 201 of 577 ~ 34.84%
B 188 of 577 ~ 32.58'%

%32.58
%34.84
%32.58

CMYK color model

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

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

CMYK: (6,0,6,21)
C6M0Y6K21 (6%, 0%, 6%, 21%)
(0.06 / 0.00 / 0.06 / 0.21)

CMYK percentages

%6.47
%0
%6.47
%21.18

Codes

Color #BCC9BC in popluar color models

BC C9 BC
RGB 188 201 188
HSL 120° 10.74% 76.27%
HSB/HSV 120° 6.47% 78.82%
CMYK 6.47% 0.00% 6.47%
21.18%

Color #BCC9BC in popluar number systems.

HEX BC C9 BC
Decimal 188 201 188
Binary 10111100 11001001 10111100
Octal 274 311 274

Shades and tints

Shades of #BCC9BC

#BCC9BC
(188,201,188)
#ABB7AB
(171,183,171)
#9AA59A
(154,165,154)
#899389
(137,147,137)
#788178
(120,129,120)
#676F67
(103,111,103)
#565D56
(86,93,86)
#454B45
(69,75,69)
#343934
(52,57,52)
#232723
(35,39,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCC9BC

#BCC9BC
(188,201,188)
#C2CDC2
(194,205,194)
#C8D1C8
(200,209,200)
#CED5CE
(206,213,206)
#D4D9D4
(212,217,212)
#DADDDA
(218,221,218)
#E0E1E0
(224,225,224)
#E6E5E6
(230,229,230)
#ECE9EC
(236,233,236)
#F2EDF2
(242,237,242)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9BC; }

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

This text font color is #BCC9BC.

Background Color

.myBgColor { background-color: #BCC9BC; }

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

This div background color is #BCC9BC.

Border color

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

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

This div border color is #BCC9BC.

Opacity

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

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

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

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

This text has shadow with #BCC9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC9BC.

Preview

Color preview on black background

This text has color #BCC9BC on black background.


Color preview on white background

This text has color #BCC9BC on white background.


Black color preview on #BCC9BC background

This text has black color on #BCC9BC background.


White color preview on #BCC9BC background

This text has white color on #BCC9BC background.


Related colors

Complementary color

Complementary color for #hex is #433643.


I love getcolorcode.com

Triadic colors

1 #BCBCC9 and #C9BCBC with #BCC9BC are triadic colors.

2 #BCC9BC and #C9BCBC with #BCC9BC are triadic colors.