COLOR #BAA9C5

HEX: #BAA9C5
RGB: (186,169,197)

Color info

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

RGB color model

#BAA9C5 color RGB value is (186,169,197).

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

RGB channels and saturation

R 186 of 255 = 73%
G 169 of 255 = 66%
B 197 of 255 = 77%

186
169
197

R + G + B ~ 72%. #BAA9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 169 + 197 = 552 (100%)
R 186 of 552 ~ 33.7%
G 169 of 552 ~ 30.62%
B 197 of 552 ~ 35.69%

%33.7
%30.62
%35.69

CMYK color model

#BAA9C5 color CMYK value is (6,14,0,23).

  • cyan value is 5.58%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(6,14,0,23)
C6M14Y0K23 
(6%,14%,0%,23%)
(0.06/0.14/0.00/0.23)	

CMYK percentages

%5.58
%14.21
%0
%22.75

Codes

Color #BAA9C5 in popluar color models

BAA9C5
RGB186169197
HSL276°19.44%71.76%
HSB/HSV276°14.21%77.25%
CMYK5.58%14.21%0.00%
22.75%

Color #BAA9C5 in popluar number systems.

HEXBAA9C5
Decimal186169197
Binary101110101010100111000101
Octal272251305

Shades and tints

Shades of #BAA9C5

#BAA9C5
(186,169,197)
#AA9AB4
(170,154,180)
#9A8BA3
(154,139,163)
#8A7C92
(138,124,146)
#7A6D81
(122,109,129)
#6A5E70
(106,94,112)
#5A4F5F
(90,79,95)
#4A404E
(74,64,78)
#3A313D
(58,49,61)
#2A222C
(42,34,44)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #BAA9C5

#BAA9C5
(186,169,197)
#C0B0CA
(192,176,202)
#C6B7CF
(198,183,207)
#CCBED4
(204,190,212)
#D2C5D9
(210,197,217)
#D8CCDE
(216,204,222)
#DED3E3
(222,211,227)
#E4DAE8
(228,218,232)
#EAE1ED
(234,225,237)
#F0E8F2
(240,232,242)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA9C5; }

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

This text font color is #BAA9C5.


Background Color

.myBgColor { background-color: #BAA9C5; }

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

This div background color is #BAA9C5.


Border color

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

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

This div border color is #BAA9C5.


Opacity

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

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

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

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

This text has shadow with #BAA9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA9C5 on black background.


Color preview on white background

This text has color #BAA9C5 on white background.



Black color preview on #BAA9C5 background

This text has black color on #BAA9C5 background.


White color preview on #BAA9C5 background

This text has white color on #BAA9C5 background.