COLOR #BCA9AF

HEX: #BCA9AF
RGB: (188,169,175)

Color info

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

RGB color model

#BCA9AF color RGB value is (188,169,175).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 175 of 255 = 69%

188
169
175

R + G + B ~ 70%. #BCA9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 175 = 532 (100%)
R 188 of 532 ~ 35.34%
G 169 of 532 ~ 31.77%
B 175 of 532 ~ 32.89%

%35.34
%31.77
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(0,10,7,26)
C0M10Y7K26 
(0%,10%,7%,26%)
(0.00/0.10/0.07/0.26)	

CMYK percentages

%0
%10.11
%6.91
%26.27

Codes

Color #BCA9AF in popluar color models

BCA9AF
RGB188169175
HSL341°12.42%70.00%
HSB/HSV341°10.11%73.73%
CMYK0.00%10.11%6.91%
26.27%

Color #BCA9AF in popluar number systems.

HEXBCA9AF
Decimal188169175
Binary101111001010100110101111
Octal274251257

Shades and tints

Shades of #BCA9AF

#BCA9AF
(188,169,175)
#AB9AA0
(171,154,160)
#9A8B91
(154,139,145)
#897C82
(137,124,130)
#786D73
(120,109,115)
#675E64
(103,94,100)
#564F55
(86,79,85)
#454046
(69,64,70)
#343137
(52,49,55)
#232228
(35,34,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #BCA9AF

#BCA9AF
(188,169,175)
#C2B0B6
(194,176,182)
#C8B7BD
(200,183,189)
#CEBEC4
(206,190,196)
#D4C5CB
(212,197,203)
#DACCD2
(218,204,210)
#E0D3D9
(224,211,217)
#E6DAE0
(230,218,224)
#ECE1E7
(236,225,231)
#F2E8EE
(242,232,238)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9AF; }

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

This text font color is #BCA9AF.


Background Color

.myBgColor { background-color: #BCA9AF; }

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

This div background color is #BCA9AF.


Border color

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

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

This div border color is #BCA9AF.


Opacity

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

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

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

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

This text has shadow with #BCA9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9AF on black background.


Color preview on white background

This text has color #BCA9AF on white background.



Black color preview on #BCA9AF background

This text has black color on #BCA9AF background.


White color preview on #BCA9AF background

This text has white color on #BCA9AF background.