COLOR #BAA3E6

HEX: #BAA3E6
RGB: (186,163,230)

Color info

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

RGB color model

#BAA3E6 color RGB value is (186,163,230).

  • red value is 186;
  • green value is 163;
  • blue value is 230.
RGB:
(186,163,230)
(73%,64%,90%)

RGB channels and saturation

R 186 of 255 = 73%
G 163 of 255 = 64%
B 230 of 255 = 90%

186
163
230

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

Portions of RGB colors in percentages

R + G + B =
186 + 163 + 230 = 579 (100%)
R 186 of 579 ~ 32.12%
G 163 of 579 ~ 28.15%
B 230 of 579 ~ 39.72%

%32.12
%28.15
%39.72

CMYK color model

#BAA3E6 color CMYK value is (19,29,0,10).

  • cyan value is 19.13%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,29,0,10)
C19M29Y0K10 
(19%,29%,0%,10%)
(0.19/0.29/0.00/0.10)	

CMYK percentages

%19.13
%29.13
%0
%9.8

Codes

Color #BAA3E6 in popluar color models

BAA3E6
RGB186163230
HSL261°57.26%77.06%
HSB/HSV261°29.13%90.20%
CMYK19.13%29.13%0.00%
9.80%

Color #BAA3E6 in popluar number systems.

HEXBAA3E6
Decimal186163230
Binary101110101010001111100110
Octal272243346

Shades and tints

Shades of #BAA3E6

#BAA3E6
(186,163,230)
#AA95D2
(170,149,210)
#9A87BE
(154,135,190)
#8A79AA
(138,121,170)
#7A6B96
(122,107,150)
#6A5D82
(106,93,130)
#5A4F6E
(90,79,110)
#4A415A
(74,65,90)
#3A3346
(58,51,70)
#2A2532
(42,37,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #BAA3E6

#BAA3E6
(186,163,230)
#C0ABE8
(192,171,232)
#C6B3EA
(198,179,234)
#CCBBEC
(204,187,236)
#D2C3EE
(210,195,238)
#D8CBF0
(216,203,240)
#DED3F2
(222,211,242)
#E4DBF4
(228,219,244)
#EAE3F6
(234,227,246)
#F0EBF8
(240,235,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA3E6 color. Also use rgb(186,163,230) instead hex code.

Text Font Color

.myTextColor { color: #BAA3E6; }

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

This text font color is #BAA3E6.


Background Color

.myBgColor { background-color: #BAA3E6; }

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

This div background color is #BAA3E6.


Border color

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

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

This div border color is #BAA3E6.


Opacity

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

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

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

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

This text has shadow with #BAA3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA3E6 on black background.


Color preview on white background

This text has color #BAA3E6 on white background.



Black color preview on #BAA3E6 background

This text has black color on #BAA3E6 background.


White color preview on #BAA3E6 background

This text has white color on #BAA3E6 background.