COLOR #BCB9BC

HEX: #BCB9BC RGB: (188,185,188)

Color info

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

RGB color model

#BCB9BC color RGB value is (188,185,188).

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

RGB channels and saturation

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

188
185
188

R + G + B ~ 74%. #BCB9BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 185 + 188 = 561 (100%)
R 188 of 561 ~ 33.51%
G 185 of 561 ~ 32.98%
B 188 of 561 ~ 33.51'%

%33.51
%32.98
%33.51

CMYK color model

#BCB9BC color CMYK value is (0,2,0,26).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (0,2,0,26) C0M2Y0K26 (0%,2%,0%,26%) (0.00/0.02/0.00/0.26) 

CMYK percentages

%0
%1.6
%0
%26.27

Codes

Color #BCB9BC in popluar color models

BC B9 BC
RGB 188 185 188
HSL 300° 2.19% 73.14%
HSB/HSV 300° 1.60% 73.73%
CMYK 0.00% 1.60% 0.00%
26.27%

Color #BCB9BC in popluar number systems.

HEX BC B9 BC
Decimal 188 185 188
Binary 10111100 10111001 10111100
Octal 274 271 274

Shades and tints

Shades of #BCB9BC

#BCB9BC
(188,185,188)
#ABA9AB
(171,169,171)
#9A999A
(154,153,154)
#898989
(137,137,137)
#787978
(120,121,120)
#676967
(103,105,103)
#565956
(86,89,86)
#454945
(69,73,69)
#343934
(52,57,52)
#232923
(35,41,35)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #BCB9BC

#BCB9BC
(188,185,188)
#C2BFC2
(194,191,194)
#C8C5C8
(200,197,200)
#CECBCE
(206,203,206)
#D4D1D4
(212,209,212)
#DAD7DA
(218,215,218)
#E0DDE0
(224,221,224)
#E6E3E6
(230,227,230)
#ECE9EC
(236,233,236)
#F2EFF2
(242,239,242)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9BC; }

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

This text font color is #BCB9BC.

Background Color

.myBgColor { background-color: #BCB9BC; }

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

This div background color is #BCB9BC.

Border color

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

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

This div border color is #BCB9BC.

Opacity

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

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

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

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

This text has shadow with #BCB9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB9BC.

Preview

Color preview on black background

This text has color #BCB9BC on black background.


Color preview on white background

This text has color #BCB9BC on white background.


Black color preview on #BCB9BC background

This text has black color on #BCB9BC background.


White color preview on #BCB9BC background

This text has white color on #BCB9BC background.


Related colors

Complementary color

Complementary color for #hex is #434643.


I love getcolorcode.com

Triadic colors

1 #BCBCB9 and #B9BCBC with #BCB9BC are triadic colors.

2 #BCB9BC and #B9BCBC with #BCB9BC are triadic colors.