COLOR #BCB5AE

HEX: #BCB5AE
RGB: (188,181,174)

Color info

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

RGB color model

#BCB5AE color RGB value is (188,181,174).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 174 of 255 = 68%

188
181
174

R + G + B ~ 71%. #BCB5AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 174 = 543 (100%)
R 188 of 543 ~ 34.62%
G 181 of 543 ~ 33.33%
B 174 of 543 ~ 32.04%

%34.62
%33.33
%32.04

CMYK color model

#BCB5AE color CMYK value is (0,4,7,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK: (0,4,7,26) C0M4Y7K26 (0%,4%,7%,26%) (0.00/0.04/0.07/0.26)

CMYK percentages

%0
%3.72
%7.45
%26.27

Codes

Color #BCB5AE in popluar color models

BCB5AE
RGB188181174
HSL30°9.46%70.98%
HSB/HSV30°7.45%73.73%
CMYK0.00%3.72%7.45%
26.27%

Color #BCB5AE in popluar number systems.

HEXBCB5AE
Decimal188181174
Binary101111001011010110101110
Octal274265256

Shades and tints

Shades of #BCB5AE

#BCB5AE
(188,181,174)
#ABA59F
(171,165,159)
#9A9590
(154,149,144)
#898581
(137,133,129)
#787572
(120,117,114)
#676563
(103,101,99)
#565554
(86,85,84)
#454545
(69,69,69)
#343536
(52,53,54)
#232527
(35,37,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCB5AE

#BCB5AE
(188,181,174)
#C2BBB5
(194,187,181)
#C8C1BC
(200,193,188)
#CEC7C3
(206,199,195)
#D4CDCA
(212,205,202)
#DAD3D1
(218,211,209)
#E0D9D8
(224,217,216)
#E6DFDF
(230,223,223)
#ECE5E6
(236,229,230)
#F2EBED
(242,235,237)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5AE; }

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

This text font color is #BCB5AE.


Background Color

.myBgColor { background-color: #BCB5AE; }

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

This div background color is #BCB5AE.


Border color

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

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

This div border color is #BCB5AE.


Opacity

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

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

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

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

This text has shadow with #BCB5AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCB5AE on black background.


Color preview on white background

This text has color #BCB5AE on white background.



Black color preview on #BCB5AE background

This text has black color on #BCB5AE background.


White color preview on #BCB5AE background

This text has white color on #BCB5AE background.