Shades of Perfume #BA9FFF
Tints of Perfume #BA9FFF
RGB
CMYK
RGB Variations
Color information
#BA9FFF (or 0xBA9FFF) is known color: Perfume. HEX triplet: BA, 9F and FF. RGB value is (186,159,255). Sum of RGB (Red+Green+Blue) = 186+159+255=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FFF is #456000. Grayscale: #B1B1B1. Windows color (decimal): -4546561 or 16752570. OLE color: 16752570.
HSL color Cylindrical-coordinate representation of color #BA9FFF: hue angle of 256.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9FFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 159 | 255 | - |
| CMYK | 0.27 | 0.38 | 0 | 0 |
| HSL | 256.88º | 1% | 0.81% | - |
| HSV(B) | 256.88º | 0.38% | 1% | - |
| XYZ | 50.7 | 42.46 | 100.13 | - |
| YUV | 178.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 255 | 0.27 | 0.38 | 0 | 0 | 256.88 | 1 | 0.81 |
| Hex | BA | 9F | FF | 1B | 26 | 0 | 0 | 101 | 64 | 51 |
| Octal | 272 | 237 | 377 | 33 | 46 | 0 | 0 | 401 | 144 | 121 |
| Binary | 10111010 | 10011111 | 11111111 | 11011 | 100110 | 0 | 0 | 100000001 | 1100100 | 1010001 |
Color Harmonies of #BA9FFF
Complementary color
Monochromatic Colors of #BA9FFF
Black with #BA9FFF
Text Example
Text Example
White with #BA9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FFF; }
p { color: rgb(186,159,255); }
H1.HeaderClassName
{
color: #BA9FFF;
}
.AnyTagClassName
{
color: #BA9FFF;
}
</style>
background-color css
<style>
a { background-color: #BA9FFF; }
a { background-color: rgb(186,159,255); }
div.DivClassName
{
background-color: #BA9FFF;
}
.BgClassName
{
background-color: #BA9FFF;
}
</style>
border-color css
<style>
span { border-color: #BA9FFF; }
span { border-color: rgb(186,159,255); }
td.TdClassName
{
border-color: #BA9FFF;
}
.TagClassName
{
border-color: #BA9FFF;
}
</style>