COLOR #BCB9AE

HEX: #BCB9AE
RGB: (188,185,174)

Color info

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

RGB color model

#BCB9AE color RGB value is (188,185,174).

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

RGB channels and saturation

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

188
185
174

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

Portions of RGB colors in percentages

R + G + B =
188 + 185 + 174 = 547 (100%)
R 188 of 547 ~ 34.37%
G 185 of 547 ~ 33.82%
B 174 of 547 ~ 31.81%

%34.37
%33.82
%31.81

CMYK color model

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

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

CMYK percentages

%0
%1.6
%7.45
%26.27

Codes

Color #BCB9AE in popluar color models

BCB9AE
RGB188185174
HSL47°9.46%70.98%
HSB/HSV47°7.45%73.73%
CMYK0.00%1.60%7.45%
26.27%

Color #BCB9AE in popluar number systems.

HEXBCB9AE
Decimal188185174
Binary101111001011100110101110
Octal274271256

Shades and tints

Shades of #BCB9AE

#BCB9AE
(188,185,174)
#ABA99F
(171,169,159)
#9A9990
(154,153,144)
#898981
(137,137,129)
#787972
(120,121,114)
#676963
(103,105,99)
#565954
(86,89,84)
#454945
(69,73,69)
#343936
(52,57,54)
#232927
(35,41,39)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #BCB9AE

#BCB9AE
(188,185,174)
#C2BFB5
(194,191,181)
#C8C5BC
(200,197,188)
#CECBC3
(206,203,195)
#D4D1CA
(212,209,202)
#DAD7D1
(218,215,209)
#E0DDD8
(224,221,216)
#E6E3DF
(230,227,223)
#ECE9E6
(236,233,230)
#F2EFED
(242,239,237)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9AE; }

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

This text font color is #BCB9AE.


Background Color

.myBgColor { background-color: #BCB9AE; }

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

This div background color is #BCB9AE.


Border color

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

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

This div border color is #BCB9AE.


Opacity

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

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

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

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

This text has shadow with #BCB9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB9AE on black background.


Color preview on white background

This text has color #BCB9AE on white background.



Black color preview on #BCB9AE background

This text has black color on #BCB9AE background.


White color preview on #BCB9AE background

This text has white color on #BCB9AE background.