COLOR #BCA5AA

HEX: #BCA5AA RGB: (188,165,170)

Color info

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

RGB color model

#BCA5AA color RGB value is (188,165,170).

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

RGB channels and saturation

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

188
165
170

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

Portions of RGB colors in percentages

R + G + B = 188 + 165 + 170 = 523 (100%)
R 188 of 523 ~ 35.95%
G 165 of 523 ~ 31.55%
B 170 of 523 ~ 32.5'%

%35.95
%31.55
%32.5

CMYK color model

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

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

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

CMYK percentages

%0
%12.23
%9.57
%26.27

Codes

Color #BCA5AA in popluar color models

BC A5 AA
RGB 188 165 170
HSL 347° 14.65% 69.22%
HSB/HSV 347° 12.23% 73.73%
CMYK 0.00% 12.23% 9.57%
26.27%

Color #BCA5AA in popluar number systems.

HEX BC A5 AA
Decimal 188 165 170
Binary 10111100 10100101 10101010
Octal 274 245 252

Shades and tints

Shades of #BCA5AA

#BCA5AA
(188,165,170)
#AB969B
(171,150,155)
#9A878C
(154,135,140)
#89787D
(137,120,125)
#78696E
(120,105,110)
#675A5F
(103,90,95)
#564B50
(86,75,80)
#453C41
(69,60,65)
#342D32
(52,45,50)
#231E23
(35,30,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #BCA5AA

#BCA5AA
(188,165,170)
#C2ADB1
(194,173,177)
#C8B5B8
(200,181,184)
#CEBDBF
(206,189,191)
#D4C5C6
(212,197,198)
#DACDCD
(218,205,205)
#E0D5D4
(224,213,212)
#E6DDDB
(230,221,219)
#ECE5E2
(236,229,226)
#F2EDE9
(242,237,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA5AA; }

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

This text font color is #BCA5AA.

Background Color

.myBgColor { background-color: #BCA5AA; }

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

This div background color is #BCA5AA.

Border color

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

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

This div border color is #BCA5AA.

Opacity

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

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

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

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

This text has shadow with #BCA5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA5AA.

Preview

Color preview on black background

This text has color #BCA5AA on black background.


Color preview on white background

This text has color #BCA5AA on white background.


Black color preview on #BCA5AA background

This text has black color on #BCA5AA background.


White color preview on #BCA5AA background

This text has white color on #BCA5AA background.


Related colors

Complementary color

Complementary color for #hex is #435A55.


I love getcolorcode.com

Triadic colors

1 #AABCA5 and #A5AABC with #BCA5AA are triadic colors.

2 #AAA5BC and #A5BCAA with #BCA5AA are triadic colors.