COLOR #BAA5C9

HEX: #BAA5C9
RGB: (186,165,201)

Color info

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

RGB color model

#BAA5C9 color RGB value is (186,165,201).

  • red value is 186;
  • green value is 165;
  • blue value is 201.
RGB:
(186,165,201)
(73%,65%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 201 of 255 = 79%

186
165
201

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 201 = 552 (100%)
R 186 of 552 ~ 33.7%
G 165 of 552 ~ 29.89%
B 201 of 552 ~ 36.41%

%33.7
%29.89
%36.41

CMYK color model

#BAA5C9 color CMYK value is (7,18,0,21).

  • cyan value is 7.46%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(7,18,0,21)
C7M18Y0K21 
(7%,18%,0%,21%)
(0.07/0.18/0.00/0.21)	

CMYK percentages

%7.46
%17.91
%0
%21.18

Codes

Color #BAA5C9 in popluar color models

BAA5C9
RGB186165201
HSL275°25.00%71.76%
HSB/HSV275°17.91%78.82%
CMYK7.46%17.91%0.00%
21.18%

Color #BAA5C9 in popluar number systems.

HEXBAA5C9
Decimal186165201
Binary101110101010010111001001
Octal272245311

Shades and tints

Shades of #BAA5C9

#BAA5C9
(186,165,201)
#AA96B7
(170,150,183)
#9A87A5
(154,135,165)
#8A7893
(138,120,147)
#7A6981
(122,105,129)
#6A5A6F
(106,90,111)
#5A4B5D
(90,75,93)
#4A3C4B
(74,60,75)
#3A2D39
(58,45,57)
#2A1E27
(42,30,39)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #BAA5C9

#BAA5C9
(186,165,201)
#C0ADCD
(192,173,205)
#C6B5D1
(198,181,209)
#CCBDD5
(204,189,213)
#D2C5D9
(210,197,217)
#D8CDDD
(216,205,221)
#DED5E1
(222,213,225)
#E4DDE5
(228,221,229)
#EAE5E9
(234,229,233)
#F0EDED
(240,237,237)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA5C9 color. Also use rgb(186,165,201) instead hex code.

Text Font Color

.myTextColor { color: #BAA5C9; }

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

This text font color is #BAA5C9.


Background Color

.myBgColor { background-color: #BAA5C9; }

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

This div background color is #BAA5C9.


Border color

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

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

This div border color is #BAA5C9.


Opacity

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

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

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

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

This text has shadow with #BAA5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA5C9 on black background.


Color preview on white background

This text has color #BAA5C9 on white background.



Black color preview on #BAA5C9 background

This text has black color on #BAA5C9 background.


White color preview on #BAA5C9 background

This text has white color on #BAA5C9 background.