COLOR #BCA9A5

HEX: #BCA9A5 RGB: (188,169,165)

Color info

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

RGB color model

#BCA9A5 color RGB value is (188,169,165).

RGB: (188,169,165) (74%, 66%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 165 of 255 = 65%

188
169
165

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

Portions of RGB colors in percentages

R + G + B = 188 + 169 + 165 = 522 (100%)
R 188 of 522 ~ 36.02%
G 169 of 522 ~ 32.38%
B 165 of 522 ~ 31.61'%

%36.02
%32.38
%31.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 12.23%
  • 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
%10.11
%12.23
%26.27

Codes

Color #BCA9A5 in popluar color models

BC A9 A5
RGB 188 169 165
HSL 10° 14.65% 69.22%
HSB/HSV 10° 12.23% 73.73%
CMYK 0.00% 10.11% 12.23%
26.27%

Color #BCA9A5 in popluar number systems.

HEX BC A9 A5
Decimal 188 169 165
Binary 10111100 10101001 10100101
Octal 274 251 245

Shades and tints

Shades of #BCA9A5

#BCA9A5
(188,169,165)
#AB9A96
(171,154,150)
#9A8B87
(154,139,135)
#897C78
(137,124,120)
#786D69
(120,109,105)
#675E5A
(103,94,90)
#564F4B
(86,79,75)
#45403C
(69,64,60)
#34312D
(52,49,45)
#23221E
(35,34,30)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BCA9A5

#BCA9A5
(188,169,165)
#C2B0AD
(194,176,173)
#C8B7B5
(200,183,181)
#CEBEBD
(206,190,189)
#D4C5C5
(212,197,197)
#DACCCD
(218,204,205)
#E0D3D5
(224,211,213)
#E6DADD
(230,218,221)
#ECE1E5
(236,225,229)
#F2E8ED
(242,232,237)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9A5; }

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

This text font color is #BCA9A5.

Background Color

.myBgColor { background-color: #BCA9A5; }

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

This div background color is #BCA9A5.

Border color

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

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

This div border color is #BCA9A5.

Opacity

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

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

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

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

This text has shadow with #BCA9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA9A5.

Preview

Color preview on black background

This text has color #BCA9A5 on black background.


Color preview on white background

This text has color #BCA9A5 on white background.


Black color preview on #BCA9A5 background

This text has black color on #BCA9A5 background.


White color preview on #BCA9A5 background

This text has white color on #BCA9A5 background.


Related colors

Complementary color

Complementary color for #hex is #43565A.


I love getcolorcode.com

Triadic colors

1 #A5BCA9 and #A9A5BC with #BCA9A5 are triadic colors.

2 #A5A9BC and #A9BCA5 with #BCA9A5 are triadic colors.