COLOR #BCA6A2

HEX: #BCA6A2 RGB: (188,166,162)

Color info

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

RGB color model

#BCA6A2 color RGB value is (188,166,162).

RGB: (188,166,162) (74%, 65%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 166 of 255 = 65%
B 162 of 255 = 64%

188
166
162

R + G + B ~ 68%. #BCA6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 166 + 162 = 516 (100%)
R 188 of 516 ~ 36.43%
G 166 of 516 ~ 32.17%
B 162 of 516 ~ 31.4'%

%36.43
%32.17
%31.4

CMYK color model

#BCA6A2 color CMYK value is (0,12,14,26).

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

CMYK: (0,12,14,26)
C0M12Y14K26 (0%, 12%, 14%, 26%)
(0.00 / 0.12 / 0.14 / 0.26)

CMYK percentages

%0
%11.7
%13.83
%26.27

Codes

Color #BCA6A2 in popluar color models

BC A6 A2
RGB 188 166 162
HSL 16.25% 68.63%
HSB/HSV 13.83% 73.73%
CMYK 0.00% 11.70% 13.83%
26.27%

Color #BCA6A2 in popluar number systems.

HEX BC A6 A2
Decimal 188 166 162
Binary 10111100 10100110 10100010
Octal 274 246 242

Shades and tints

Shades of #BCA6A2

#BCA6A2
(188,166,162)
#AB9794
(171,151,148)
#9A8886
(154,136,134)
#897978
(137,121,120)
#786A6A
(120,106,106)
#675B5C
(103,91,92)
#564C4E
(86,76,78)
#453D40
(69,61,64)
#342E32
(52,46,50)
#231F24
(35,31,36)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #BCA6A2

#BCA6A2
(188,166,162)
#C2AEAA
(194,174,170)
#C8B6B2
(200,182,178)
#CEBEBA
(206,190,186)
#D4C6C2
(212,198,194)
#DACECA
(218,206,202)
#E0D6D2
(224,214,210)
#E6DEDA
(230,222,218)
#ECE6E2
(236,230,226)
#F2EEEA
(242,238,234)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA6A2; }

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

This text font color is #BCA6A2.

Background Color

.myBgColor { background-color: #BCA6A2; }

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

This div background color is #BCA6A2.

Border color

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

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

This div border color is #BCA6A2.

Opacity

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

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

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

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

This text has shadow with #BCA6A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA6A2.

Preview

Color preview on black background

This text has color #BCA6A2 on black background.


Color preview on white background

This text has color #BCA6A2 on white background.


Black color preview on #BCA6A2 background

This text has black color on #BCA6A2 background.


White color preview on #BCA6A2 background

This text has white color on #BCA6A2 background.


Related colors

Complementary color

Complementary color for #hex is #43595D.


I love getcolorcode.com

Triadic colors

1 #A2BCA6 and #A6A2BC with #BCA6A2 are triadic colors.

2 #A2A6BC and #A6BCA2 with #BCA6A2 are triadic colors.