COLOR #BAA8E1

HEX: #BAA8E1
RGB: (186,168,225)

Color info

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

RGB color model

#BAA8E1 color RGB value is (186,168,225).

  • red value is 186;
  • green value is 168;
  • blue value is 225.
RGB:
(186,168,225)
(73%,66%,88%)

RGB channels and saturation

R 186 of 255 = 73%
G 168 of 255 = 66%
B 225 of 255 = 88%

186
168
225

R + G + B ~ 76%. #BAA8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 168 + 225 = 579 (100%)
R 186 of 579 ~ 32.12%
G 168 of 579 ~ 29.02%
B 225 of 579 ~ 38.86%

%32.12
%29.02
%38.86

CMYK color model

#BAA8E1 color CMYK value is (17,25,0,12).

  • cyan value is 17.33%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,25,0,12)
C17M25Y0K12 
(17%,25%,0%,12%)
(0.17/0.25/0.00/0.12)	

CMYK percentages

%17.33
%25.33
%0
%11.76

Codes

Color #BAA8E1 in popluar color models

BAA8E1
RGB186168225
HSL259°48.72%77.06%
HSB/HSV259°25.33%88.24%
CMYK17.33%25.33%0.00%
11.76%

Color #BAA8E1 in popluar number systems.

HEXBAA8E1
Decimal186168225
Binary101110101010100011100001
Octal272250341

Shades and tints

Shades of #BAA8E1

#BAA8E1
(186,168,225)
#AA99CD
(170,153,205)
#9A8AB9
(154,138,185)
#8A7BA5
(138,123,165)
#7A6C91
(122,108,145)
#6A5D7D
(106,93,125)
#5A4E69
(90,78,105)
#4A3F55
(74,63,85)
#3A3041
(58,48,65)
#2A212D
(42,33,45)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #BAA8E1

#BAA8E1
(186,168,225)
#C0AFE3
(192,175,227)
#C6B6E5
(198,182,229)
#CCBDE7
(204,189,231)
#D2C4E9
(210,196,233)
#D8CBEB
(216,203,235)
#DED2ED
(222,210,237)
#E4D9EF
(228,217,239)
#EAE0F1
(234,224,241)
#F0E7F3
(240,231,243)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA8E1 color. Also use rgb(186,168,225) instead hex code.

Text Font Color

.myTextColor { color: #BAA8E1; }

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

This text font color is #BAA8E1.


Background Color

.myBgColor { background-color: #BAA8E1; }

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

This div background color is #BAA8E1.


Border color

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

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

This div border color is #BAA8E1.


Opacity

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

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

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

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

This text has shadow with #BAA8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA8E1 on black background.


Color preview on white background

This text has color #BAA8E1 on white background.



Black color preview on #BAA8E1 background

This text has black color on #BAA8E1 background.


White color preview on #BAA8E1 background

This text has white color on #BAA8E1 background.