COLOR #BCAAA6

HEX: #BCAAA6 RGB: (188,170,166)

Color info

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

RGB color model

#BCAAA6 color RGB value is (188,170,166).

RGB: (188,170,166) (74%, 67%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 166 of 255 = 65%

188
170
166

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

Portions of RGB colors in percentages

R + G + B = 188 + 170 + 166 = 524 (100%)
R 188 of 524 ~ 35.88%
G 170 of 524 ~ 32.44%
B 166 of 524 ~ 31.68'%

%35.88
%32.44
%31.68

CMYK color model

#BCAAA6 color CMYK value is (0,10,12,26).

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

CMYK: (0,10,12,26)
C0M10Y12K26 (0%, 10%, 12%, 26%)
(0.00 / 0.10 / 0.12 / 0.26)

CMYK percentages

%0
%9.57
%11.7
%26.27

Codes

Color #BCAAA6 in popluar color models

BC AA A6
RGB 188 170 166
HSL 11° 14.10% 69.41%
HSB/HSV 11° 11.70% 73.73%
CMYK 0.00% 9.57% 11.70%
26.27%

Color #BCAAA6 in popluar number systems.

HEX BC AA A6
Decimal 188 170 166
Binary 10111100 10101010 10100110
Octal 274 252 246

Shades and tints

Shades of #BCAAA6

#BCAAA6
(188,170,166)
#AB9B97
(171,155,151)
#9A8C88
(154,140,136)
#897D79
(137,125,121)
#786E6A
(120,110,106)
#675F5B
(103,95,91)
#56504C
(86,80,76)
#45413D
(69,65,61)
#34322E
(52,50,46)
#23231F
(35,35,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #BCAAA6

#BCAAA6
(188,170,166)
#C2B1AE
(194,177,174)
#C8B8B6
(200,184,182)
#CEBFBE
(206,191,190)
#D4C6C6
(212,198,198)
#DACDCE
(218,205,206)
#E0D4D6
(224,212,214)
#E6DBDE
(230,219,222)
#ECE2E6
(236,226,230)
#F2E9EE
(242,233,238)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAA6; }

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

This text font color is #BCAAA6.

Background Color

.myBgColor { background-color: #BCAAA6; }

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

This div background color is #BCAAA6.

Border color

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

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

This div border color is #BCAAA6.

Opacity

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

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

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

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

This text has shadow with #BCAAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAAA6.

Preview

Color preview on black background

This text has color #BCAAA6 on black background.


Color preview on white background

This text has color #BCAAA6 on white background.


Black color preview on #BCAAA6 background

This text has black color on #BCAAA6 background.


White color preview on #BCAAA6 background

This text has white color on #BCAAA6 background.


Related colors

Complementary color

Complementary color for #hex is #435559.


I love getcolorcode.com

Triadic colors

1 #A6BCAA and #AAA6BC with #BCAAA6 are triadic colors.

2 #A6AABC and #AABCA6 with #BCAAA6 are triadic colors.