COLOR #BAA9CA

HEX: #BAA9CA
RGB: (186,169,202)

Color info

#BAA9CA contains red, green and blue colors in about the same proportion. Web safe color of #BAA9CA is #CC99CC (or #C9C).

RGB color model

#BAA9CA color RGB value is (186,169,202).

  • red value is 186;
  • green value is 169;
  • blue value is 202.
RGB:
(186,169,202)
(73%,66%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 169 of 255 = 66%
B 202 of 255 = 79%

186
169
202

R + G + B ~ 73%. #BAA9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 169 + 202 = 557 (100%)
R 186 of 557 ~ 33.39%
G 169 of 557 ~ 30.34%
B 202 of 557 ~ 36.27%

%33.39
%30.34
%36.27

CMYK color model

#BAA9CA color CMYK value is (8,16,0,21).

  • cyan value is 7.92%
  • magenta value is 16.34%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,16,0,21)
C8M16Y0K21 
(8%,16%,0%,21%)
(0.08/0.16/0.00/0.21)	

CMYK percentages

%7.92
%16.34
%0
%20.78

Codes

Color #BAA9CA in popluar color models

BAA9CA
RGB186169202
HSL271°23.74%72.75%
HSB/HSV271°16.34%79.22%
CMYK7.92%16.34%0.00%
20.78%

Color #BAA9CA in popluar number systems.

HEXBAA9CA
Decimal186169202
Binary101110101010100111001010
Octal272251312

Shades and tints

Shades of #BAA9CA

#BAA9CA
(186,169,202)
#AA9AB8
(170,154,184)
#9A8BA6
(154,139,166)
#8A7C94
(138,124,148)
#7A6D82
(122,109,130)
#6A5E70
(106,94,112)
#5A4F5E
(90,79,94)
#4A404C
(74,64,76)
#3A313A
(58,49,58)
#2A2228
(42,34,40)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #BAA9CA

#BAA9CA
(186,169,202)
#C0B0CE
(192,176,206)
#C6B7D2
(198,183,210)
#CCBED6
(204,190,214)
#D2C5DA
(210,197,218)
#D8CCDE
(216,204,222)
#DED3E2
(222,211,226)
#E4DAE6
(228,218,230)
#EAE1EA
(234,225,234)
#F0E8EE
(240,232,238)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA9CA color. Also use rgb(186,169,202) instead hex code.

Text Font Color

.myTextColor { color: #BAA9CA; }

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

This text font color is #BAA9CA.


Background Color

.myBgColor { background-color: #BAA9CA; }

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

This div background color is #BAA9CA.


Border color

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

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

This div border color is #BAA9CA.


Opacity

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

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

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

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

This text has shadow with #BAA9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA9CA on black background.


Color preview on white background

This text has color #BAA9CA on white background.



Black color preview on #BAA9CA background

This text has black color on #BAA9CA background.


White color preview on #BAA9CA background

This text has white color on #BAA9CA background.