COLOR #BAA5BB

HEX: #BAA5BB
RGB: (186,165,187)

Color info

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

RGB color model

#BAA5BB color RGB value is (186,165,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 187 of 255 = 73%

186
165
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 187 = 538 (100%)
R 186 of 538 ~ 34.57%
G 165 of 538 ~ 30.67%
B 187 of 538 ~ 34.76%

%34.57
%30.67
%34.76

CMYK color model

#BAA5BB color CMYK value is (1,12,0,27).

  • cyan value is 0.53%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,12,0,27)
C1M12Y0K27 
(1%,12%,0%,27%)
(0.01/0.12/0.00/0.27)	

CMYK percentages

%0.53
%11.76
%0
%26.67

Codes

Color #BAA5BB in popluar color models

BAA5BB
RGB186165187
HSL297°13.92%69.02%
HSB/HSV297°11.76%73.33%
CMYK0.53%11.76%0.00%
26.67%

Color #BAA5BB in popluar number systems.

HEXBAA5BB
Decimal186165187
Binary101110101010010110111011
Octal272245273

Shades and tints

Shades of #BAA5BB

#BAA5BB
(186,165,187)
#AA96AA
(170,150,170)
#9A8799
(154,135,153)
#8A7888
(138,120,136)
#7A6977
(122,105,119)
#6A5A66
(106,90,102)
#5A4B55
(90,75,85)
#4A3C44
(74,60,68)
#3A2D33
(58,45,51)
#2A1E22
(42,30,34)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #BAA5BB

#BAA5BB
(186,165,187)
#C0ADC1
(192,173,193)
#C6B5C7
(198,181,199)
#CCBDCD
(204,189,205)
#D2C5D3
(210,197,211)
#D8CDD9
(216,205,217)
#DED5DF
(222,213,223)
#E4DDE5
(228,221,229)
#EAE5EB
(234,229,235)
#F0EDF1
(240,237,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA5BB; }

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

This text font color is #BAA5BB.


Background Color

.myBgColor { background-color: #BAA5BB; }

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

This div background color is #BAA5BB.


Border color

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

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

This div border color is #BAA5BB.


Opacity

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

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

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

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

This text has shadow with #BAA5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA5BB on black background.


Color preview on white background

This text has color #BAA5BB on white background.



Black color preview on #BAA5BB background

This text has black color on #BAA5BB background.


White color preview on #BAA5BB background

This text has white color on #BAA5BB background.