COLOR #BCAAA8

HEX: #BCAAA8 RGB: (188,170,168)

Color info

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

RGB color model

#BCAAA8 color RGB value is (188,170,168).

RGB: (188,170,168) (74%, 67%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 168 of 255 = 66%

188
170
168

R + G + B ~ 69%. #BCAAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 170 + 168 = 526 (100%)
R 188 of 526 ~ 35.74%
G 170 of 526 ~ 32.32%
B 168 of 526 ~ 31.94'%

%35.74
%32.32
%31.94

CMYK color model

#BCAAA8 color CMYK value is (0,10,11,26).

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

CMYK: (0,10,11,26)
C0M10Y11K26 (0%, 10%, 11%, 26%)
(0.00 / 0.10 / 0.11 / 0.26)

CMYK percentages

%0
%9.57
%10.64
%26.27

Codes

Color #BCAAA8 in popluar color models

BC AA A8
RGB 188 170 168
HSL 12.99% 69.80%
HSB/HSV 10.64% 73.73%
CMYK 0.00% 9.57% 10.64%
26.27%

Color #BCAAA8 in popluar number systems.

HEX BC AA A8
Decimal 188 170 168
Binary 10111100 10101010 10101000
Octal 274 252 250

Shades and tints

Shades of #BCAAA8

#BCAAA8
(188,170,168)
#AB9B99
(171,155,153)
#9A8C8A
(154,140,138)
#897D7B
(137,125,123)
#786E6C
(120,110,108)
#675F5D
(103,95,93)
#56504E
(86,80,78)
#45413F
(69,65,63)
#343230
(52,50,48)
#232321
(35,35,33)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCAAA8

#BCAAA8
(188,170,168)
#C2B1AF
(194,177,175)
#C8B8B6
(200,184,182)
#CEBFBD
(206,191,189)
#D4C6C4
(212,198,196)
#DACDCB
(218,205,203)
#E0D4D2
(224,212,210)
#E6DBD9
(230,219,217)
#ECE2E0
(236,226,224)
#F2E9E7
(242,233,231)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAA8; }

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

This text font color is #BCAAA8.

Background Color

.myBgColor { background-color: #BCAAA8; }

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

This div background color is #BCAAA8.

Border color

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

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

This div border color is #BCAAA8.

Opacity

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

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

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

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

This text has shadow with #BCAAA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAAA8.

Preview

Color preview on black background

This text has color #BCAAA8 on black background.


Color preview on white background

This text has color #BCAAA8 on white background.


Black color preview on #BCAAA8 background

This text has black color on #BCAAA8 background.


White color preview on #BCAAA8 background

This text has white color on #BCAAA8 background.


Related colors

Complementary color

Complementary color for #hex is #435557.


I love getcolorcode.com

Triadic colors

1 #A8BCAA and #AAA8BC with #BCAAA8 are triadic colors.

2 #A8AABC and #AABCA8 with #BCAAA8 are triadic colors.