COLOR #BCB9AB

HEX: #BCB9AB
RGB: (188,185,171)

Color info

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

RGB color model

#BCB9AB color RGB value is (188,185,171).

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

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 171 of 255 = 67%

188
185
171

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

Portions of RGB colors in percentages

R + G + B =
188 + 185 + 171 = 544 (100%)
R 188 of 544 ~ 34.56%
G 185 of 544 ~ 34.01%
B 171 of 544 ~ 31.43%

%34.56
%34.01
%31.43

CMYK color model

#BCB9AB color CMYK value is (0,2,9,26).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(0,2,9,26)
C0M2Y9K26 
(0%,2%,9%,26%)
(0.00/0.02/0.09/0.26)	

CMYK percentages

%0
%1.6
%9.04
%26.27

Codes

Color #BCB9AB in popluar color models

BCB9AB
RGB188185171
HSL49°11.26%70.39%
HSB/HSV49°9.04%73.73%
CMYK0.00%1.60%9.04%
26.27%

Color #BCB9AB in popluar number systems.

HEXBCB9AB
Decimal188185171
Binary101111001011100110101011
Octal274271253

Shades and tints

Shades of #BCB9AB

#BCB9AB
(188,185,171)
#ABA99C
(171,169,156)
#9A998D
(154,153,141)
#89897E
(137,137,126)
#78796F
(120,121,111)
#676960
(103,105,96)
#565951
(86,89,81)
#454942
(69,73,66)
#343933
(52,57,51)
#232924
(35,41,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCB9AB

#BCB9AB
(188,185,171)
#C2BFB2
(194,191,178)
#C8C5B9
(200,197,185)
#CECBC0
(206,203,192)
#D4D1C7
(212,209,199)
#DAD7CE
(218,215,206)
#E0DDD5
(224,221,213)
#E6E3DC
(230,227,220)
#ECE9E3
(236,233,227)
#F2EFEA
(242,239,234)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9AB; }

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

This text font color is #BCB9AB.


Background Color

.myBgColor { background-color: #BCB9AB; }

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

This div background color is #BCB9AB.


Border color

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

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

This div border color is #BCB9AB.


Opacity

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

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

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

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

This text has shadow with #BCB9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB9AB on black background.


Color preview on white background

This text has color #BCB9AB on white background.



Black color preview on #BCB9AB background

This text has black color on #BCB9AB background.


White color preview on #BCB9AB background

This text has white color on #BCB9AB background.