COLOR #BAA5F0

HEX: #BAA5F0 RGB: (186,165,240)

Color info

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

RGB color model

#BAA5F0 color RGB value is (186,165,240).

RGB: (186,165,240) (73%, 65%, 94%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 240 of 255 = 94%

186
165
240

R + G + B ~ 77%. #BAA5F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 165 + 240 = 591 (100%)
R 186 of 591 ~ 31.47%
G 165 of 591 ~ 27.92%
B 240 of 591 ~ 40.61'%

%31.47
%27.92
%40.61

CMYK color model

#BAA5F0 color CMYK value is (23,31,0,6).

  • cyan value is 22.50%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (23,31,0,6)
C23M31Y0K6 (23%, 31%, 0%, 6%)
(0.23 / 0.31 / 0.00 / 0.06)

CMYK percentages

%22.5
%31.25
%0
%5.88

Codes

Color #BAA5F0 in popluar color models

BA A5 F0
RGB 186 165 240
HSL 257° 71.43% 79.41%
HSB/HSV 257° 31.25% 94.12%
CMYK 22.50% 31.25% 0.00%
5.88%

Color #BAA5F0 in popluar number systems.

HEX BA A5 F0
Decimal 186 165 240
Binary 10111010 10100101 11110000
Octal 272 245 360

Shades and tints

Shades of #BAA5F0

#BAA5F0
(186,165,240)
#AA96DB
(170,150,219)
#9A87C6
(154,135,198)
#8A78B1
(138,120,177)
#7A699C
(122,105,156)
#6A5A87
(106,90,135)
#5A4B72
(90,75,114)
#4A3C5D
(74,60,93)
#3A2D48
(58,45,72)
#2A1E33
(42,30,51)
#1A0F1E
(26,15,30)
#000000
(0,0,0)

Tints of #BAA5F0

#BAA5F0
(186,165,240)
#C0ADF1
(192,173,241)
#C6B5F2
(198,181,242)
#CCBDF3
(204,189,243)
#D2C5F4
(210,197,244)
#D8CDF5
(216,205,245)
#DED5F6
(222,213,246)
#E4DDF7
(228,221,247)
#EAE5F8
(234,229,248)
#F0EDF9
(240,237,249)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA5F0 color. Also use rgb(186,165,240) instead hex code.

Text Font Color

.myTextColor { color: #BAA5F0; }

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

This text font color is #BAA5F0.

Background Color

.myBgColor { background-color: #BAA5F0; }

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

This div background color is #BAA5F0.

Border color

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

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

This div border color is #BAA5F0.

Opacity

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

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

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

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

This text has shadow with #BAA5F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA5F0.

Preview

Color preview on black background

This text has color #BAA5F0 on black background.


Color preview on white background

This text has color #BAA5F0 on white background.


Black color preview on #BAA5F0 background

This text has black color on #BAA5F0 background.


White color preview on #BAA5F0 background

This text has white color on #BAA5F0 background.


Related colors

Complementary color

Complementary color for #hex is #455A0F.


I love getcolorcode.com

Triadic colors

1 #F0BAA5 and #A5F0BA with #BAA5F0 are triadic colors.

2 #F0A5BA and #A5BAF0 with #BAA5F0 are triadic colors.