COLOR #BCB4AD

HEX: #BCB4AD
RGB: (188,180,173)

Color info

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

RGB color model

#BCB4AD color RGB value is (188,180,173).

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

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 173 of 255 = 68%

188
180
173

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

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 173 = 541 (100%)
R 188 of 541 ~ 34.75%
G 180 of 541 ~ 33.27%
B 173 of 541 ~ 31.98%

%34.75
%33.27
%31.98

CMYK color model

#BCB4AD color CMYK value is (0,4,8,26).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK: (0,4,8,26) C0M4Y8K26 (0%,4%,8%,26%) (0.00/0.04/0.08/0.26)

CMYK percentages

%0
%4.26
%7.98
%26.27

Codes

Color #BCB4AD in popluar color models

BCB4AD
RGB188180173
HSL28°10.07%70.78%
HSB/HSV28°7.98%73.73%
CMYK0.00%4.26%7.98%
26.27%

Color #BCB4AD in popluar number systems.

HEXBCB4AD
Decimal188180173
Binary101111001011010010101101
Octal274264255

Shades and tints

Shades of #BCB4AD

#BCB4AD
(188,180,173)
#ABA49E
(171,164,158)
#9A948F
(154,148,143)
#898480
(137,132,128)
#787471
(120,116,113)
#676462
(103,100,98)
#565453
(86,84,83)
#454444
(69,68,68)
#343435
(52,52,53)
#232426
(35,36,38)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCB4AD

#BCB4AD
(188,180,173)
#C2BAB4
(194,186,180)
#C8C0BB
(200,192,187)
#CEC6C2
(206,198,194)
#D4CCC9
(212,204,201)
#DAD2D0
(218,210,208)
#E0D8D7
(224,216,215)
#E6DEDE
(230,222,222)
#ECE4E5
(236,228,229)
#F2EAEC
(242,234,236)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4AD; }

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

This text font color is #BCB4AD.


Background Color

.myBgColor { background-color: #BCB4AD; }

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

This div background color is #BCB4AD.


Border color

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

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

This div border color is #BCB4AD.


Opacity

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

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

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

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

This text has shadow with #BCB4AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCB4AD on black background.


Color preview on white background

This text has color #BCB4AD on white background.



Black color preview on #BCB4AD background

This text has black color on #BCB4AD background.


White color preview on #BCB4AD background

This text has white color on #BCB4AD background.