COLOR #BCC0B5

HEX: #BCC0B5 RGB: (188,192,181)

Color info

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

RGB color model

#BCC0B5 color RGB value is (188,192,181).

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

RGB channels and saturation

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

188
192
181

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

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 181 = 561 (100%)
R 188 of 561 ~ 33.51%
G 192 of 561 ~ 34.22%
B 181 of 561 ~ 32.26'%

%33.51
%34.22
%32.26

CMYK color model

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

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • 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
%5.73
%24.71

Codes

Color #BCC0B5 in popluar color models

BC C0 B5
RGB 188 192 181
HSL 82° 8.03% 73.14%
HSB/HSV 82° 5.73% 75.29%
CMYK 2.08% 0.00% 5.73%
24.71%

Color #BCC0B5 in popluar number systems.

HEX BC C0 B5
Decimal 188 192 181
Binary 10111100 11000000 10110101
Octal 274 300 265

Shades and tints

Shades of #BCC0B5

#BCC0B5
(188,192,181)
#ABAFA5
(171,175,165)
#9A9E95
(154,158,149)
#898D85
(137,141,133)
#787C75
(120,124,117)
#676B65
(103,107,101)
#565A55
(86,90,85)
#454945
(69,73,69)
#343835
(52,56,53)
#232725
(35,39,37)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCC0B5

#BCC0B5
(188,192,181)
#C2C5BB
(194,197,187)
#C8CAC1
(200,202,193)
#CECFC7
(206,207,199)
#D4D4CD
(212,212,205)
#DAD9D3
(218,217,211)
#E0DED9
(224,222,217)
#E6E3DF
(230,227,223)
#ECE8E5
(236,232,229)
#F2EDEB
(242,237,235)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0B5; }

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

This text font color is #BCC0B5.

Background Color

.myBgColor { background-color: #BCC0B5; }

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

This div background color is #BCC0B5.

Border color

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

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

This div border color is #BCC0B5.

Opacity

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

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

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

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

This text has shadow with #BCC0B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC0B5.

Preview

Color preview on black background

This text has color #BCC0B5 on black background.


Color preview on white background

This text has color #BCC0B5 on white background.


Black color preview on #BCC0B5 background

This text has black color on #BCC0B5 background.


White color preview on #BCC0B5 background

This text has white color on #BCC0B5 background.


Related colors

Complementary color

Complementary color for #hex is #433F4A.


I love getcolorcode.com

Triadic colors

1 #B5BCC0 and #C0B5BC with #BCC0B5 are triadic colors.

2 #B5C0BC and #C0BCB5 with #BCC0B5 are triadic colors.