COLOR #BCB2AD

HEX: #BCB2AD
RGB: (188,178,173)

Color info

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

RGB color model

#BCB2AD color RGB value is (188,178,173).

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

RGB channels and saturation

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

188
178
173

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

Portions of RGB colors in percentages

R + G + B =
188 + 178 + 173 = 539 (100%)
R 188 of 539 ~ 34.88%
G 178 of 539 ~ 33.02%
B 173 of 539 ~ 32.1%

%34.88
%33.02
%32.1

CMYK color model

#BCB2AD color CMYK value is (0,5,8,26).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(0,5,8,26)
C0M5Y8K26 
(0%,5%,8%,26%)
(0.00/0.05/0.08/0.26)	

CMYK percentages

%0
%5.32
%7.98
%26.27

Codes

Color #BCB2AD in popluar color models

BCB2AD
RGB188178173
HSL20°10.07%70.78%
HSB/HSV20°7.98%73.73%
CMYK0.00%5.32%7.98%
26.27%

Color #BCB2AD in popluar number systems.

HEXBCB2AD
Decimal188178173
Binary101111001011001010101101
Octal274262255

Shades and tints

Shades of #BCB2AD

#BCB2AD
(188,178,173)
#ABA29E
(171,162,158)
#9A928F
(154,146,143)
#898280
(137,130,128)
#787271
(120,114,113)
#676262
(103,98,98)
#565253
(86,82,83)
#454244
(69,66,68)
#343235
(52,50,53)
#232226
(35,34,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #BCB2AD

#BCB2AD
(188,178,173)
#C2B9B4
(194,185,180)
#C8C0BB
(200,192,187)
#CEC7C2
(206,199,194)
#D4CEC9
(212,206,201)
#DAD5D0
(218,213,208)
#E0DCD7
(224,220,215)
#E6E3DE
(230,227,222)
#ECEAE5
(236,234,229)
#F2F1EC
(242,241,236)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2AD; }

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

This text font color is #BCB2AD.


Background Color

.myBgColor { background-color: #BCB2AD; }

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

This div background color is #BCB2AD.


Border color

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

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

This div border color is #BCB2AD.


Opacity

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

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

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

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

This text has shadow with #BCB2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB2AD on black background.


Color preview on white background

This text has color #BCB2AD on white background.



Black color preview on #BCB2AD background

This text has black color on #BCB2AD background.


White color preview on #BCB2AD background

This text has white color on #BCB2AD background.