COLOR #BAA2BB

HEX: #BAA2BB
RGB: (186,162,187)

Color info

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

RGB color model

#BAA2BB color RGB value is (186,162,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 162 of 255 = 64%
B 187 of 255 = 73%

186
162
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 162 + 187 = 535 (100%)
R 186 of 535 ~ 34.77%
G 162 of 535 ~ 30.28%
B 187 of 535 ~ 34.95%

%34.77
%30.28
%34.95

CMYK color model

#BAA2BB color CMYK value is (1,13,0,27).

  • cyan value is 0.53%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,13,0,27)
C1M13Y0K27 
(1%,13%,0%,27%)
(0.01/0.13/0.00/0.27)	

CMYK percentages

%0.53
%13.37
%0
%26.67

Codes

Color #BAA2BB in popluar color models

BAA2BB
RGB186162187
HSL298°15.53%68.43%
HSB/HSV298°13.37%73.33%
CMYK0.53%13.37%0.00%
26.67%

Color #BAA2BB in popluar number systems.

HEXBAA2BB
Decimal186162187
Binary101110101010001010111011
Octal272242273

Shades and tints

Shades of #BAA2BB

#BAA2BB
(186,162,187)
#AA94AA
(170,148,170)
#9A8699
(154,134,153)
#8A7888
(138,120,136)
#7A6A77
(122,106,119)
#6A5C66
(106,92,102)
#5A4E55
(90,78,85)
#4A4044
(74,64,68)
#3A3233
(58,50,51)
#2A2422
(42,36,34)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #BAA2BB

#BAA2BB
(186,162,187)
#C0AAC1
(192,170,193)
#C6B2C7
(198,178,199)
#CCBACD
(204,186,205)
#D2C2D3
(210,194,211)
#D8CAD9
(216,202,217)
#DED2DF
(222,210,223)
#E4DAE5
(228,218,229)
#EAE2EB
(234,226,235)
#F0EAF1
(240,234,241)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA2BB; }

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

This text font color is #BAA2BB.


Background Color

.myBgColor { background-color: #BAA2BB; }

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

This div background color is #BAA2BB.


Border color

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

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

This div border color is #BAA2BB.


Opacity

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

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

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

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

This text has shadow with #BAA2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA2BB on black background.


Color preview on white background

This text has color #BAA2BB on white background.



Black color preview on #BAA2BB background

This text has black color on #BAA2BB background.


White color preview on #BAA2BB background

This text has white color on #BAA2BB background.