COLOR #BCC0B4

HEX: #BCC0B4 RGB: (188,192,180)

Color info

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

RGB color model

#BCC0B4 color RGB value is (188,192,180).

RGB: (188,192,180) (74%, 75%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 180 of 255 = 71%

188
192
180

R + G + B ~ 73%. #BCC0B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 180 = 560 (100%)
R 188 of 560 ~ 33.57%
G 192 of 560 ~ 34.29%
B 180 of 560 ~ 32.14'%

%33.57
%34.29
%32.14

CMYK color model

#BCC0B4 color CMYK value is (2,0,6,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 24.71%

CMYK: (2,0,6,25)
C2M0Y6K25 (2%, 0%, 6%, 25%)
(0.02 / 0.00 / 0.06 / 0.25)

CMYK percentages

%2.08
%0
%6.25
%24.71

Codes

Color #BCC0B4 in popluar color models

BC C0 B4
RGB 188 192 180
HSL 80° 8.70% 72.94%
HSB/HSV 80° 6.25% 75.29%
CMYK 2.08% 0.00% 6.25%
24.71%

Color #BCC0B4 in popluar number systems.

HEX BC C0 B4
Decimal 188 192 180
Binary 10111100 11000000 10110100
Octal 274 300 264

Shades and tints

Shades of #BCC0B4

#BCC0B4
(188,192,180)
#ABAFA4
(171,175,164)
#9A9E94
(154,158,148)
#898D84
(137,141,132)
#787C74
(120,124,116)
#676B64
(103,107,100)
#565A54
(86,90,84)
#454944
(69,73,68)
#343834
(52,56,52)
#232724
(35,39,36)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCC0B4

#BCC0B4
(188,192,180)
#C2C5BA
(194,197,186)
#C8CAC0
(200,202,192)
#CECFC6
(206,207,198)
#D4D4CC
(212,212,204)
#DAD9D2
(218,217,210)
#E0DED8
(224,222,216)
#E6E3DE
(230,227,222)
#ECE8E4
(236,232,228)
#F2EDEA
(242,237,234)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0B4; }

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

This text font color is #BCC0B4.

Background Color

.myBgColor { background-color: #BCC0B4; }

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

This div background color is #BCC0B4.

Border color

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

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

This div border color is #BCC0B4.

Opacity

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

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

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

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

This text has shadow with #BCC0B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC0B4.

Preview

Color preview on black background

This text has color #BCC0B4 on black background.


Color preview on white background

This text has color #BCC0B4 on white background.


Black color preview on #BCC0B4 background

This text has black color on #BCC0B4 background.


White color preview on #BCC0B4 background

This text has white color on #BCC0B4 background.


Related colors

Complementary color

Complementary color for #hex is #433F4B.


I love getcolorcode.com

Triadic colors

1 #B4BCC0 and #C0B4BC with #BCC0B4 are triadic colors.

2 #B4C0BC and #C0BCB4 with #BCC0B4 are triadic colors.