COLOR #BAA0E1

HEX: #BAA0E1
RGB: (186,160,225)

Color info

#BAA0E1 contains mainly red and blue colors. Web safe color of #BAA0E1 is #CC99CC (or #C9C).

RGB color model

#BAA0E1 color RGB value is (186,160,225).

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

RGB channels and saturation

R 186 of 255 = 73%
G 160 of 255 = 63%
B 225 of 255 = 88%

186
160
225

R + G + B ~ 75%. #BAA0E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 160 + 225 = 571 (100%)
R 186 of 571 ~ 32.57%
G 160 of 571 ~ 28.02%
B 225 of 571 ~ 39.4%

%32.57
%28.02
%39.4

CMYK color model

#BAA0E1 color CMYK value is (17,29,0,12).

  • cyan value is 17.33%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,29,0,12)
C17M29Y0K12 
(17%,29%,0%,12%)
(0.17/0.29/0.00/0.12)	

CMYK percentages

%17.33
%28.89
%0
%11.76

Codes

Color #BAA0E1 in popluar color models

BAA0E1
RGB186160225
HSL264°52.00%75.49%
HSB/HSV264°28.89%88.24%
CMYK17.33%28.89%0.00%
11.76%

Color #BAA0E1 in popluar number systems.

HEXBAA0E1
Decimal186160225
Binary101110101010000011100001
Octal272240341

Shades and tints

Shades of #BAA0E1

#BAA0E1
(186,160,225)
#AA92CD
(170,146,205)
#9A84B9
(154,132,185)
#8A76A5
(138,118,165)
#7A6891
(122,104,145)
#6A5A7D
(106,90,125)
#5A4C69
(90,76,105)
#4A3E55
(74,62,85)
#3A3041
(58,48,65)
#2A222D
(42,34,45)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #BAA0E1

#BAA0E1
(186,160,225)
#C0A8E3
(192,168,227)
#C6B0E5
(198,176,229)
#CCB8E7
(204,184,231)
#D2C0E9
(210,192,233)
#D8C8EB
(216,200,235)
#DED0ED
(222,208,237)
#E4D8EF
(228,216,239)
#EAE0F1
(234,224,241)
#F0E8F3
(240,232,243)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA0E1; }

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

This text font color is #BAA0E1.


Background Color

.myBgColor { background-color: #BAA0E1; }

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

This div background color is #BAA0E1.


Border color

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

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

This div border color is #BAA0E1.


Opacity

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

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

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

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

This text has shadow with #BAA0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA0E1 on black background.


Color preview on white background

This text has color #BAA0E1 on white background.



Black color preview on #BAA0E1 background

This text has black color on #BAA0E1 background.


White color preview on #BAA0E1 background

This text has white color on #BAA0E1 background.