COLOR #BAA2B5

HEX: #BAA2B5
RGB: (186,162,181)

Color info

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

RGB color model

#BAA2B5 color RGB value is (186,162,181).

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

RGB channels and saturation

R 186 of 255 = 73%
G 162 of 255 = 64%
B 181 of 255 = 71%

186
162
181

R + G + B ~ 69%. #BAA2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 162 + 181 = 529 (100%)
R 186 of 529 ~ 35.16%
G 162 of 529 ~ 30.62%
B 181 of 529 ~ 34.22%

%35.16
%30.62
%34.22

CMYK color model

#BAA2B5 color CMYK value is (0,13,3,27).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 2.69%
  • key color value is 27.06%
CMYK:
(0,13,3,27)
C0M13Y3K27 
(0%,13%,3%,27%)
(0.00/0.13/0.03/0.27)	

CMYK percentages

%0
%12.9
%2.69
%27.06

Codes

Color #BAA2B5 in popluar color models

BAA2B5
RGB186162181
HSL313°14.81%68.24%
HSB/HSV313°12.90%72.94%
CMYK0.00%12.90%2.69%
27.06%

Color #BAA2B5 in popluar number systems.

HEXBAA2B5
Decimal186162181
Binary101110101010001010110101
Octal272242265

Shades and tints

Shades of #BAA2B5

#BAA2B5
(186,162,181)
#AA94A5
(170,148,165)
#9A8695
(154,134,149)
#8A7885
(138,120,133)
#7A6A75
(122,106,117)
#6A5C65
(106,92,101)
#5A4E55
(90,78,85)
#4A4045
(74,64,69)
#3A3235
(58,50,53)
#2A2425
(42,36,37)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #BAA2B5

#BAA2B5
(186,162,181)
#C0AABB
(192,170,187)
#C6B2C1
(198,178,193)
#CCBAC7
(204,186,199)
#D2C2CD
(210,194,205)
#D8CAD3
(216,202,211)
#DED2D9
(222,210,217)
#E4DADF
(228,218,223)
#EAE2E5
(234,226,229)
#F0EAEB
(240,234,235)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA2B5; }

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

This text font color is #BAA2B5.


Background Color

.myBgColor { background-color: #BAA2B5; }

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

This div background color is #BAA2B5.


Border color

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

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

This div border color is #BAA2B5.


Opacity

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

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

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

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

This text has shadow with #BAA2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA2B5 on black background.


Color preview on white background

This text has color #BAA2B5 on white background.



Black color preview on #BAA2B5 background

This text has black color on #BAA2B5 background.


White color preview on #BAA2B5 background

This text has white color on #BAA2B5 background.