COLOR #BCAFA9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
175
169

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

Portions of RGB colors in percentages

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

%35.34
%32.89
%31.77

CMYK color model

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

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

CMYK percentages

%0
%6.91
%10.11
%26.27

Codes

Color #BCAFA9 in popluar color models

BCAFA9
RGB188175169
HSL19°12.42%70.00%
HSB/HSV19°10.11%73.73%
CMYK0.00%6.91%10.11%
26.27%

Color #BCAFA9 in popluar number systems.

HEXBCAFA9
Decimal188175169
Binary101111001010111110101001
Octal274257251

Shades and tints

Shades of #BCAFA9

#BCAFA9
(188,175,169)
#ABA09A
(171,160,154)
#9A918B
(154,145,139)
#89827C
(137,130,124)
#78736D
(120,115,109)
#67645E
(103,100,94)
#56554F
(86,85,79)
#454640
(69,70,64)
#343731
(52,55,49)
#232822
(35,40,34)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCAFA9

#BCAFA9
(188,175,169)
#C2B6B0
(194,182,176)
#C8BDB7
(200,189,183)
#CEC4BE
(206,196,190)
#D4CBC5
(212,203,197)
#DAD2CC
(218,210,204)
#E0D9D3
(224,217,211)
#E6E0DA
(230,224,218)
#ECE7E1
(236,231,225)
#F2EEE8
(242,238,232)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFA9; }

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

This text font color is #BCAFA9.


Background Color

.myBgColor { background-color: #BCAFA9; }

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

This div background color is #BCAFA9.


Border color

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

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

This div border color is #BCAFA9.


Opacity

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

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

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

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

This text has shadow with #BCAFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAFA9 on black background.


Color preview on white background

This text has color #BCAFA9 on white background.



Black color preview on #BCAFA9 background

This text has black color on #BCAFA9 background.


White color preview on #BCAFA9 background

This text has white color on #BCAFA9 background.