COLOR #BCB9AA

HEX: #BCB9AA RGB: (188,185,170)

Color info

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

RGB color model

#BCB9AA color RGB value is (188,185,170).

RGB: (188,185,170) (74%, 73%, 67%)

RGB channels and saturation

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

188
185
170

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

Portions of RGB colors in percentages

R + G + B = 188 + 185 + 170 = 543 (100%)
R 188 of 543 ~ 34.62%
G 185 of 543 ~ 34.07%
B 170 of 543 ~ 31.31'%

%34.62
%34.07
%31.31

CMYK color model

#BCB9AA color CMYK value is (0,2,10,26).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 9.57%
  • key color value is 26.27%

CMYK: (0,2,10,26)
C0M2Y10K26 (0%, 2%, 10%, 26%)
(0.00 / 0.02 / 0.10 / 0.26)

CMYK percentages

%0
%1.6
%9.57
%26.27

Codes

Color #BCB9AA in popluar color models

BC B9 AA
RGB 188 185 170
HSL 50° 11.84% 70.20%
HSB/HSV 50° 9.57% 73.73%
CMYK 0.00% 1.60% 9.57%
26.27%

Color #BCB9AA in popluar number systems.

HEX BC B9 AA
Decimal 188 185 170
Binary 10111100 10111001 10101010
Octal 274 271 252

Shades and tints

Shades of #BCB9AA

#BCB9AA
(188,185,170)
#ABA99B
(171,169,155)
#9A998C
(154,153,140)
#89897D
(137,137,125)
#78796E
(120,121,110)
#67695F
(103,105,95)
#565950
(86,89,80)
#454941
(69,73,65)
#343932
(52,57,50)
#232923
(35,41,35)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCB9AA

#BCB9AA
(188,185,170)
#C2BFB1
(194,191,177)
#C8C5B8
(200,197,184)
#CECBBF
(206,203,191)
#D4D1C6
(212,209,198)
#DAD7CD
(218,215,205)
#E0DDD4
(224,221,212)
#E6E3DB
(230,227,219)
#ECE9E2
(236,233,226)
#F2EFE9
(242,239,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9AA; }

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

This text font color is #BCB9AA.

Background Color

.myBgColor { background-color: #BCB9AA; }

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

This div background color is #BCB9AA.

Border color

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

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

This div border color is #BCB9AA.

Opacity

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

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

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

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

This text has shadow with #BCB9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB9AA.

Preview

Color preview on black background

This text has color #BCB9AA on black background.


Color preview on white background

This text has color #BCB9AA on white background.


Black color preview on #BCB9AA background

This text has black color on #BCB9AA background.


White color preview on #BCB9AA background

This text has white color on #BCB9AA background.


Related colors

Complementary color

Complementary color for #hex is #434655.


I love getcolorcode.com

Triadic colors

1 #AABCB9 and #B9AABC with #BCB9AA are triadic colors.

2 #AAB9BC and #B9BCAA with #BCB9AA are triadic colors.