COLOR #BCB2AE

HEX: #BCB2AE
RGB: (188,178,174)

Color info

#BCB2AE contains red, green and blue colors in about the same proportion. Web safe color of #BCB2AE is #CC9999 (or #C99).

RGB color model

#BCB2AE color RGB value is (188,178,174).

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

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 174 of 255 = 68%

188
178
174

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

Portions of RGB colors in percentages

R + G + B =
188 + 178 + 174 = 540 (100%)
R 188 of 540 ~ 34.81%
G 178 of 540 ~ 32.96%
B 174 of 540 ~ 32.22%

%34.81
%32.96
%32.22

CMYK color model

#BCB2AE color CMYK value is (0,5,7,26).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(0,5,7,26)
C0M5Y7K26 
(0%,5%,7%,26%)
(0.00/0.05/0.07/0.26)	

CMYK percentages

%0
%5.32
%7.45
%26.27

Codes

Color #BCB2AE in popluar color models

BCB2AE
RGB188178174
HSL17°9.46%70.98%
HSB/HSV17°7.45%73.73%
CMYK0.00%5.32%7.45%
26.27%

Color #BCB2AE in popluar number systems.

HEXBCB2AE
Decimal188178174
Binary101111001011001010101110
Octal274262256

Shades and tints

Shades of #BCB2AE

#BCB2AE
(188,178,174)
#ABA29F
(171,162,159)
#9A9290
(154,146,144)
#898281
(137,130,129)
#787272
(120,114,114)
#676263
(103,98,99)
#565254
(86,82,84)
#454245
(69,66,69)
#343236
(52,50,54)
#232227
(35,34,39)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BCB2AE

#BCB2AE
(188,178,174)
#C2B9B5
(194,185,181)
#C8C0BC
(200,192,188)
#CEC7C3
(206,199,195)
#D4CECA
(212,206,202)
#DAD5D1
(218,213,209)
#E0DCD8
(224,220,216)
#E6E3DF
(230,227,223)
#ECEAE6
(236,234,230)
#F2F1ED
(242,241,237)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2AE; }

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

This text font color is #BCB2AE.


Background Color

.myBgColor { background-color: #BCB2AE; }

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

This div background color is #BCB2AE.


Border color

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

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

This div border color is #BCB2AE.


Opacity

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

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

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

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

This text has shadow with #BCB2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB2AE on black background.


Color preview on white background

This text has color #BCB2AE on white background.



Black color preview on #BCB2AE background

This text has black color on #BCB2AE background.


White color preview on #BCB2AE background

This text has white color on #BCB2AE background.