COLOR #BCA3AA

HEX: #BCA3AA RGB: (188,163,170)

Color info

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

RGB color model

#BCA3AA color RGB value is (188,163,170).

RGB: (188,163,170) (74%, 64%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 170 of 255 = 67%

188
163
170

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

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 170 = 521 (100%)
R 188 of 521 ~ 36.08%
G 163 of 521 ~ 31.29%
B 170 of 521 ~ 32.63'%

%36.08
%31.29
%32.63

CMYK color model

#BCA3AA color CMYK value is (0,13,10,26).

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

CMYK: (0,13,10,26)
C0M13Y10K26 (0%, 13%, 10%, 26%)
(0.00 / 0.13 / 0.10 / 0.26)

CMYK percentages

%0
%13.3
%9.57
%26.27

Codes

Color #BCA3AA in popluar color models

BC A3 AA
RGB 188 163 170
HSL 343° 15.72% 68.82%
HSB/HSV 343° 13.30% 73.73%
CMYK 0.00% 13.30% 9.57%
26.27%

Color #BCA3AA in popluar number systems.

HEX BC A3 AA
Decimal 188 163 170
Binary 10111100 10100011 10101010
Octal 274 243 252

Shades and tints

Shades of #BCA3AA

#BCA3AA
(188,163,170)
#AB959B
(171,149,155)
#9A878C
(154,135,140)
#89797D
(137,121,125)
#786B6E
(120,107,110)
#675D5F
(103,93,95)
#564F50
(86,79,80)
#454141
(69,65,65)
#343332
(52,51,50)
#232523
(35,37,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCA3AA

#BCA3AA
(188,163,170)
#C2ABB1
(194,171,177)
#C8B3B8
(200,179,184)
#CEBBBF
(206,187,191)
#D4C3C6
(212,195,198)
#DACBCD
(218,203,205)
#E0D3D4
(224,211,212)
#E6DBDB
(230,219,219)
#ECE3E2
(236,227,226)
#F2EBE9
(242,235,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA3AA; }

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

This text font color is #BCA3AA.

Background Color

.myBgColor { background-color: #BCA3AA; }

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

This div background color is #BCA3AA.

Border color

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

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

This div border color is #BCA3AA.

Opacity

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

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

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

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

This text has shadow with #BCA3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA3AA.

Preview

Color preview on black background

This text has color #BCA3AA on black background.


Color preview on white background

This text has color #BCA3AA on white background.


Black color preview on #BCA3AA background

This text has black color on #BCA3AA background.


White color preview on #BCA3AA background

This text has white color on #BCA3AA background.


Related colors

Complementary color

Complementary color for #hex is #435C55.


I love getcolorcode.com

Triadic colors

1 #AABCA3 and #A3AABC with #BCA3AA are triadic colors.

2 #AAA3BC and #A3BCAA with #BCA3AA are triadic colors.