COLOR #BCC0AA

HEX: #BCC0AA RGB: (188,192,170)

Color info

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

RGB color model

#BCC0AA color RGB value is (188,192,170).

RGB: (188,192,170) (74%, 75%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 170 of 255 = 67%

188
192
170

R + G + B ~ 72%. #BCC0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 170 = 550 (100%)
R 188 of 550 ~ 34.18%
G 192 of 550 ~ 34.91%
B 170 of 550 ~ 30.91'%

%34.18
%34.91
%30.91

CMYK color model

#BCC0AA color CMYK value is (2,0,11,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 24.71%

CMYK: (2,0,11,25)
C2M0Y11K25 (2%, 0%, 11%, 25%)
(0.02 / 0.00 / 0.11 / 0.25)

CMYK percentages

%2.08
%0
%11.46
%24.71

Codes

Color #BCC0AA in popluar color models

BC C0 AA
RGB 188 192 170
HSL 71° 14.86% 70.98%
HSB/HSV 71° 11.46% 75.29%
CMYK 2.08% 0.00% 11.46%
24.71%

Color #BCC0AA in popluar number systems.

HEX BC C0 AA
Decimal 188 192 170
Binary 10111100 11000000 10101010
Octal 274 300 252

Shades and tints

Shades of #BCC0AA

#BCC0AA
(188,192,170)
#ABAF9B
(171,175,155)
#9A9E8C
(154,158,140)
#898D7D
(137,141,125)
#787C6E
(120,124,110)
#676B5F
(103,107,95)
#565A50
(86,90,80)
#454941
(69,73,65)
#343832
(52,56,50)
#232723
(35,39,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCC0AA

#BCC0AA
(188,192,170)
#C2C5B1
(194,197,177)
#C8CAB8
(200,202,184)
#CECFBF
(206,207,191)
#D4D4C6
(212,212,198)
#DAD9CD
(218,217,205)
#E0DED4
(224,222,212)
#E6E3DB
(230,227,219)
#ECE8E2
(236,232,226)
#F2EDE9
(242,237,233)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0AA; }

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

This text font color is #BCC0AA.

Background Color

.myBgColor { background-color: #BCC0AA; }

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

This div background color is #BCC0AA.

Border color

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

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

This div border color is #BCC0AA.

Opacity

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

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

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

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

This text has shadow with #BCC0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC0AA.

Preview

Color preview on black background

This text has color #BCC0AA on black background.


Color preview on white background

This text has color #BCC0AA on white background.


Black color preview on #BCC0AA background

This text has black color on #BCC0AA background.


White color preview on #BCC0AA background

This text has white color on #BCC0AA background.


Related colors

Complementary color

Complementary color for #hex is #433F55.


I love getcolorcode.com

Triadic colors

1 #AABCC0 and #C0AABC with #BCC0AA are triadic colors.

2 #AAC0BC and #C0BCAA with #BCC0AA are triadic colors.