COLOR #BAA1B5

HEX: #BAA1B5
RGB: (186,161,181)

Color info

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

RGB color model

#BAA1B5 color RGB value is (186,161,181).

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

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 181 of 255 = 71%

186
161
181

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

Portions of RGB colors in percentages

R + G + B =
186 + 161 + 181 = 528 (100%)
R 186 of 528 ~ 35.23%
G 161 of 528 ~ 30.49%
B 181 of 528 ~ 34.28%

%35.23
%30.49
%34.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.44%
  • 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
%13.44
%2.69
%27.06

Codes

Color #BAA1B5 in popluar color models

BAA1B5
RGB186161181
HSL312°15.34%68.04%
HSB/HSV312°13.44%72.94%
CMYK0.00%13.44%2.69%
27.06%

Color #BAA1B5 in popluar number systems.

HEXBAA1B5
Decimal186161181
Binary101110101010000110110101
Octal272241265

Shades and tints

Shades of #BAA1B5

#BAA1B5
(186,161,181)
#AA93A5
(170,147,165)
#9A8595
(154,133,149)
#8A7785
(138,119,133)
#7A6975
(122,105,117)
#6A5B65
(106,91,101)
#5A4D55
(90,77,85)
#4A3F45
(74,63,69)
#3A3135
(58,49,53)
#2A2325
(42,35,37)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BAA1B5

#BAA1B5
(186,161,181)
#C0A9BB
(192,169,187)
#C6B1C1
(198,177,193)
#CCB9C7
(204,185,199)
#D2C1CD
(210,193,205)
#D8C9D3
(216,201,211)
#DED1D9
(222,209,217)
#E4D9DF
(228,217,223)
#EAE1E5
(234,225,229)
#F0E9EB
(240,233,235)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA1B5; }

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

This text font color is #BAA1B5.


Background Color

.myBgColor { background-color: #BAA1B5; }

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

This div background color is #BAA1B5.


Border color

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

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

This div border color is #BAA1B5.


Opacity

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

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

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

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

This text has shadow with #BAA1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA1B5 on black background.


Color preview on white background

This text has color #BAA1B5 on white background.



Black color preview on #BAA1B5 background

This text has black color on #BAA1B5 background.


White color preview on #BAA1B5 background

This text has white color on #BAA1B5 background.