COLOR #BCA8A9

HEX: #BCA8A9 RGB: (188,168,169)

Color info

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

RGB color model

#BCA8A9 color RGB value is (188,168,169).

RGB: (188,168,169) (74%, 66%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 169 of 255 = 66%

188
168
169

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

Portions of RGB colors in percentages

R + G + B = 188 + 168 + 169 = 525 (100%)
R 188 of 525 ~ 35.81%
G 168 of 525 ~ 32%
B 169 of 525 ~ 32.19'%

%35.81
%32
%32.19

CMYK color model

#BCA8A9 color CMYK value is (0,11,10,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 10.11%
  • key color value is 26.27%

CMYK: (0,11,10,26)
C0M11Y10K26 (0%, 11%, 10%, 26%)
(0.00 / 0.11 / 0.10 / 0.26)

CMYK percentages

%0
%10.64
%10.11
%26.27

Codes

Color #BCA8A9 in popluar color models

BC A8 A9
RGB 188 168 169
HSL 357° 12.99% 69.80%
HSB/HSV 357° 10.64% 73.73%
CMYK 0.00% 10.64% 10.11%
26.27%

Color #BCA8A9 in popluar number systems.

HEX BC A8 A9
Decimal 188 168 169
Binary 10111100 10101000 10101001
Octal 274 250 251

Shades and tints

Shades of #BCA8A9

#BCA8A9
(188,168,169)
#AB999A
(171,153,154)
#9A8A8B
(154,138,139)
#897B7C
(137,123,124)
#786C6D
(120,108,109)
#675D5E
(103,93,94)
#564E4F
(86,78,79)
#453F40
(69,63,64)
#343031
(52,48,49)
#232122
(35,33,34)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #BCA8A9

#BCA8A9
(188,168,169)
#C2AFB0
(194,175,176)
#C8B6B7
(200,182,183)
#CEBDBE
(206,189,190)
#D4C4C5
(212,196,197)
#DACBCC
(218,203,204)
#E0D2D3
(224,210,211)
#E6D9DA
(230,217,218)
#ECE0E1
(236,224,225)
#F2E7E8
(242,231,232)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA8A9; }

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

This text font color is #BCA8A9.

Background Color

.myBgColor { background-color: #BCA8A9; }

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

This div background color is #BCA8A9.

Border color

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

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

This div border color is #BCA8A9.

Opacity

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

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

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

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

This text has shadow with #BCA8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA8A9.

Preview

Color preview on black background

This text has color #BCA8A9 on black background.


Color preview on white background

This text has color #BCA8A9 on white background.


Black color preview on #BCA8A9 background

This text has black color on #BCA8A9 background.


White color preview on #BCA8A9 background

This text has white color on #BCA8A9 background.


Related colors

Complementary color

Complementary color for #hex is #435756.


I love getcolorcode.com

Triadic colors

1 #A9BCA8 and #A8A9BC with #BCA8A9 are triadic colors.

2 #A9A8BC and #A8BCA9 with #BCA8A9 are triadic colors.