COLOR #BCA9AA

HEX: #BCA9AA
RGB: (188,169,170)

Color info

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

RGB color model

#BCA9AA color RGB value is (188,169,170).

  • red value is 188;
  • green value is 169;
  • blue value is 170.
RGB: (188,169,170) (74%,66%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 170 of 255 = 67%

188
169
170

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

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 170 = 527 (100%)
R 188 of 527 ~ 35.67%
G 169 of 527 ~ 32.07%
B 170 of 527 ~ 32.26%

%35.67
%32.07
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK: (0,10,10,26) C0M10Y10K26 (0%,10%,10%,26%) (0.00/0.10/0.10/0.26)

CMYK percentages

%0
%10.11
%9.57
%26.27

Codes

Color #BCA9AA in popluar color models

BCA9AA
RGB188169170
HSL357°12.42%70.00%
HSB/HSV357°10.11%73.73%
CMYK0.00%10.11%9.57%
26.27%

Color #BCA9AA in popluar number systems.

HEXBCA9AA
Decimal188169170
Binary101111001010100110101010
Octal274251252

Shades and tints

Shades of #BCA9AA

#BCA9AA
(188,169,170)
#AB9A9B
(171,154,155)
#9A8B8C
(154,139,140)
#897C7D
(137,124,125)
#786D6E
(120,109,110)
#675E5F
(103,94,95)
#564F50
(86,79,80)
#454041
(69,64,65)
#343132
(52,49,50)
#232223
(35,34,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCA9AA

#BCA9AA
(188,169,170)
#C2B0B1
(194,176,177)
#C8B7B8
(200,183,184)
#CEBEBF
(206,190,191)
#D4C5C6
(212,197,198)
#DACCCD
(218,204,205)
#E0D3D4
(224,211,212)
#E6DADB
(230,218,219)
#ECE1E2
(236,225,226)
#F2E8E9
(242,232,233)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9AA; }

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

This text font color is #BCA9AA.


Background Color

.myBgColor { background-color: #BCA9AA; }

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

This div background color is #BCA9AA.


Border color

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

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

This div border color is #BCA9AA.


Opacity

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

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

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

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

This text has shadow with #BCA9AA color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BCA9AA; -webkit-box-shadow:	1px 1px 3px 2px #BCA9AA; box-shadow:	1px 1px 3px 2px #BCA9AA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCA9AA; -webkit-box-shadow: 1px 1px 3px 2px #BCA9AA; box-shadow:1px 1px 3px 2px #BCA9AA;">
Div content here</div>
This div box has shadow with color #BCA9AA.

Preview

Color preview on black background

This text has color #BCA9AA on black background.


Color preview on white background

This text has color #BCA9AA on white background.



Black color preview on #BCA9AA background

This text has black color on #BCA9AA background.


White color preview on #BCA9AA background

This text has white color on #BCA9AA background.