COLOR #BCB9B2

HEX: #BCB9B2
RGB: (188,185,178)

Color info

#BCB9B2 contains red, green and blue colors in about the same proportion. Web safe color of #BCB9B2 is #CCCC99 (or #CC9).

RGB color model

#BCB9B2 color RGB value is (188,185,178).

  • red value is 188;
  • green value is 185;
  • blue value is 178.
RGB:
(188,185,178)
(74%,73%,70%)

RGB channels and saturation

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

188
185
178

R + G + B ~ 72%. #BCB9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 185 + 178 = 551 (100%)
R 188 of 551 ~ 34.12%
G 185 of 551 ~ 33.58%
B 178 of 551 ~ 32.3%

%34.12
%33.58
%32.3

CMYK color model

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

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

CMYK percentages

%0
%1.6
%5.32
%26.27

Codes

Color #BCB9B2 in popluar color models

BCB9B2
RGB188185178
HSL42°6.94%71.76%
HSB/HSV42°5.32%73.73%
CMYK0.00%1.60%5.32%
26.27%

Color #BCB9B2 in popluar number systems.

HEXBCB9B2
Decimal188185178
Binary101111001011100110110010
Octal274271262

Shades and tints

Shades of #BCB9B2

#BCB9B2
(188,185,178)
#ABA9A2
(171,169,162)
#9A9992
(154,153,146)
#898982
(137,137,130)
#787972
(120,121,114)
#676962
(103,105,98)
#565952
(86,89,82)
#454942
(69,73,66)
#343932
(52,57,50)
#232922
(35,41,34)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #BCB9B2

#BCB9B2
(188,185,178)
#C2BFB9
(194,191,185)
#C8C5C0
(200,197,192)
#CECBC7
(206,203,199)
#D4D1CE
(212,209,206)
#DAD7D5
(218,215,213)
#E0DDDC
(224,221,220)
#E6E3E3
(230,227,227)
#ECE9EA
(236,233,234)
#F2EFF1
(242,239,241)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9B2; }

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

This text font color is #BCB9B2.


Background Color

.myBgColor { background-color: #BCB9B2; }

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

This div background color is #BCB9B2.


Border color

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

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

This div border color is #BCB9B2.


Opacity

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

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

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

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

This text has shadow with #BCB9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB9B2 on black background.


Color preview on white background

This text has color #BCB9B2 on white background.



Black color preview on #BCB9B2 background

This text has black color on #BCB9B2 background.


White color preview on #BCB9B2 background

This text has white color on #BCB9B2 background.