Shades of Perfume #BAA0F9
Tints of Perfume #BAA0F9
RGB
CMYK
RGB Variations
Color information
#BAA0F9 (or 0xBAA0F9) is known color: Perfume. HEX triplet: BA, A0 and F9. RGB value is (186,160,249). Sum of RGB (Red+Green+Blue) = 186+160+249=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0F9 is #455F06. Grayscale: #B1B1B1. Windows color (decimal): -4546311 or 16359610. OLE color: 16359610.
HSL color Cylindrical-coordinate representation of color #BAA0F9: hue angle of 257.53º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA0F9 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 160 | 249 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.02 |
| HSL | 257.53º | 0.88% | 0.8% | - |
| HSV(B) | 257.53º | 0.36% | 0.98% | - |
| XYZ | 49.92 | 42.42 | 95.18 | - |
| YUV | 177.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 249 | 0.25 | 0.36 | 0 | 0.02 | 257.53 | 0.88 | 0.8 |
| Hex | BA | A0 | F9 | 19 | 24 | 0 | 2 | 102 | 58 | 50 |
| Octal | 272 | 240 | 371 | 31 | 44 | 0 | 2 | 402 | 130 | 120 |
| Binary | 10111010 | 10100000 | 11111001 | 11001 | 100100 | 0 | 10 | 100000010 | 1011000 | 1010000 |
Color Harmonies of #BAA0F9
Complementary color
Monochromatic Colors of #BAA0F9
Black with #BAA0F9
Text Example
Text Example
White with #BAA0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0F9; }
p { color: rgb(186,160,249); }
H1.HeaderClassName
{
color: #BAA0F9;
}
.AnyTagClassName
{
color: #BAA0F9;
}
</style>
background-color css
<style>
a { background-color: #BAA0F9; }
a { background-color: rgb(186,160,249); }
div.DivClassName
{
background-color: #BAA0F9;
}
.BgClassName
{
background-color: #BAA0F9;
}
</style>
border-color css
<style>
span { border-color: #BAA0F9; }
span { border-color: rgb(186,160,249); }
td.TdClassName
{
border-color: #BAA0F9;
}
.TagClassName
{
border-color: #BAA0F9;
}
</style>