COLOR #BAA4F5

HEX: #BAA4F5
RGB: (186,164,245)

Color info

#BAA4F5 contains mainly red and blue colors. Web safe color of #BAA4F5 is #CC99FF (or #C9F).

RGB color model

#BAA4F5 color RGB value is (186,164,245).

  • red value is 186;
  • green value is 164;
  • blue value is 245.
RGB:
(186,164,245)
(73%,64%,96%)

RGB channels and saturation

R 186 of 255 = 73%
G 164 of 255 = 64%
B 245 of 255 = 96%

186
164
245

R + G + B ~ 78%. #BAA4F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 164 + 245 = 595 (100%)
R 186 of 595 ~ 31.26%
G 164 of 595 ~ 27.56%
B 245 of 595 ~ 41.18%

%31.26
%27.56
%41.18

CMYK color model

#BAA4F5 color CMYK value is (24,33,0,4).

  • cyan value is 24.08%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,33,0,4)
C24M33Y0K4 
(24%,33%,0%,4%)
(0.24/0.33/0.00/0.04)	

CMYK percentages

%24.08
%33.06
%0
%3.92

Codes

Color #BAA4F5 in popluar color models

BAA4F5
RGB186164245
HSL256°80.20%80.20%
HSB/HSV256°33.06%96.08%
CMYK24.08%33.06%0.00%
3.92%

Color #BAA4F5 in popluar number systems.

HEXBAA4F5
Decimal186164245
Binary101110101010010011110101
Octal272244365

Shades and tints

Shades of #BAA4F5

#BAA4F5
(186,164,245)
#AA96DF
(170,150,223)
#9A88C9
(154,136,201)
#8A7AB3
(138,122,179)
#7A6C9D
(122,108,157)
#6A5E87
(106,94,135)
#5A5071
(90,80,113)
#4A425B
(74,66,91)
#3A3445
(58,52,69)
#2A262F
(42,38,47)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #BAA4F5

#BAA4F5
(186,164,245)
#C0ACF5
(192,172,245)
#C6B4F5
(198,180,245)
#CCBCF5
(204,188,245)
#D2C4F5
(210,196,245)
#D8CCF5
(216,204,245)
#DED4F5
(222,212,245)
#E4DCF5
(228,220,245)
#EAE4F5
(234,228,245)
#F0ECF5
(240,236,245)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA4F5 color. Also use rgb(186,164,245) instead hex code.

Text Font Color

.myTextColor { color: #BAA4F5; }

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

This text font color is #BAA4F5.


Background Color

.myBgColor { background-color: #BAA4F5; }

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

This div background color is #BAA4F5.


Border color

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

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

This div border color is #BAA4F5.


Opacity

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

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

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

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

This text has shadow with #BAA4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA4F5 on black background.


Color preview on white background

This text has color #BAA4F5 on white background.



Black color preview on #BAA4F5 background

This text has black color on #BAA4F5 background.


White color preview on #BAA4F5 background

This text has white color on #BAA4F5 background.