COLOR #BCC6C0

HEX: #BCC6C0 RGB: (188,198,192)

Color info

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

RGB color model

#BCC6C0 color RGB value is (188,198,192).

RGB: (188,198,192) (74%, 78%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 192 of 255 = 75%

188
198
192

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

Portions of RGB colors in percentages

R + G + B = 188 + 198 + 192 = 578 (100%)
R 188 of 578 ~ 32.53%
G 198 of 578 ~ 34.26%
B 192 of 578 ~ 33.22'%

%32.53
%34.26
%33.22

CMYK color model

#BCC6C0 color CMYK value is (5,0,3,22).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%

CMYK: (5,0,3,22)
C5M0Y3K22 (5%, 0%, 3%, 22%)
(0.05 / 0.00 / 0.03 / 0.22)

CMYK percentages

%5.05
%0
%3.03
%22.35

Codes

Color #BCC6C0 in popluar color models

BC C6 C0
RGB 188 198 192
HSL 144° 8.06% 75.69%
HSB/HSV 144° 5.05% 77.65%
CMYK 5.05% 0.00% 3.03%
22.35%

Color #BCC6C0 in popluar number systems.

HEX BC C6 C0
Decimal 188 198 192
Binary 10111100 11000110 11000000
Octal 274 306 300

Shades and tints

Shades of #BCC6C0

#BCC6C0
(188,198,192)
#ABB4AF
(171,180,175)
#9AA29E
(154,162,158)
#89908D
(137,144,141)
#787E7C
(120,126,124)
#676C6B
(103,108,107)
#565A5A
(86,90,90)
#454849
(69,72,73)
#343638
(52,54,56)
#232427
(35,36,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #BCC6C0

#BCC6C0
(188,198,192)
#C2CBC5
(194,203,197)
#C8D0CA
(200,208,202)
#CED5CF
(206,213,207)
#D4DAD4
(212,218,212)
#DADFD9
(218,223,217)
#E0E4DE
(224,228,222)
#E6E9E3
(230,233,227)
#ECEEE8
(236,238,232)
#F2F3ED
(242,243,237)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC6C0; }

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

This text font color is #BCC6C0.

Background Color

.myBgColor { background-color: #BCC6C0; }

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

This div background color is #BCC6C0.

Border color

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

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

This div border color is #BCC6C0.

Opacity

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

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

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

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

This text has shadow with #BCC6C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC6C0.

Preview

Color preview on black background

This text has color #BCC6C0 on black background.


Color preview on white background

This text has color #BCC6C0 on white background.


Black color preview on #BCC6C0 background

This text has black color on #BCC6C0 background.


White color preview on #BCC6C0 background

This text has white color on #BCC6C0 background.


Related colors

Complementary color

Complementary color for #hex is #43393F.


I love getcolorcode.com

Triadic colors

1 #C0BCC6 and #C6C0BC with #BCC6C0 are triadic colors.

2 #C0C6BC and #C6BCC0 with #BCC6C0 are triadic colors.