COLOR #BCB2AA

HEX: #BCB2AA RGB: (188,178,170)

Color info

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

RGB color model

#BCB2AA color RGB value is (188,178,170).

RGB: (188,178,170) (74%, 70%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 170 of 255 = 67%

188
178
170

R + G + B ~ 70%. #BCB2AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 178 + 170 = 536 (100%)
R 188 of 536 ~ 35.07%
G 178 of 536 ~ 33.21%
B 170 of 536 ~ 31.72'%

%35.07
%33.21
%31.72

CMYK color model

#BCB2AA color CMYK value is (0,5,10,26).

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

CMYK: (0,5,10,26)
C0M5Y10K26 (0%, 5%, 10%, 26%)
(0.00 / 0.05 / 0.10 / 0.26)

CMYK percentages

%0
%5.32
%9.57
%26.27

Codes

Color #BCB2AA in popluar color models

BC B2 AA
RGB 188 178 170
HSL 27° 11.84% 70.20%
HSB/HSV 27° 9.57% 73.73%
CMYK 0.00% 5.32% 9.57%
26.27%

Color #BCB2AA in popluar number systems.

HEX BC B2 AA
Decimal 188 178 170
Binary 10111100 10110010 10101010
Octal 274 262 252

Shades and tints

Shades of #BCB2AA

#BCB2AA
(188,178,170)
#ABA29B
(171,162,155)
#9A928C
(154,146,140)
#89827D
(137,130,125)
#78726E
(120,114,110)
#67625F
(103,98,95)
#565250
(86,82,80)
#454241
(69,66,65)
#343232
(52,50,50)
#232223
(35,34,35)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #BCB2AA

#BCB2AA
(188,178,170)
#C2B9B1
(194,185,177)
#C8C0B8
(200,192,184)
#CEC7BF
(206,199,191)
#D4CEC6
(212,206,198)
#DAD5CD
(218,213,205)
#E0DCD4
(224,220,212)
#E6E3DB
(230,227,219)
#ECEAE2
(236,234,226)
#F2F1E9
(242,241,233)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2AA; }

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

This text font color is #BCB2AA.

Background Color

.myBgColor { background-color: #BCB2AA; }

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

This div background color is #BCB2AA.

Border color

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

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

This div border color is #BCB2AA.

Opacity

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

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

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

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

This text has shadow with #BCB2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB2AA.

Preview

Color preview on black background

This text has color #BCB2AA on black background.


Color preview on white background

This text has color #BCB2AA on white background.


Black color preview on #BCB2AA background

This text has black color on #BCB2AA background.


White color preview on #BCB2AA background

This text has white color on #BCB2AA background.


Related colors

Complementary color

Complementary color for #hex is #434D55.


I love getcolorcode.com

Triadic colors

1 #AABCB2 and #B2AABC with #BCB2AA are triadic colors.

2 #AAB2BC and #B2BCAA with #BCB2AA are triadic colors.