Shades of Perfume #BA9FF1
Tints of Perfume #BA9FF1
RGB
CMYK
RGB Variations
Color information
#BA9FF1 (or 0xBA9FF1) is known color: Perfume. HEX triplet: BA, 9F and F1. RGB value is (186,159,241). Sum of RGB (Red+Green+Blue) = 186+159+241=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FF1 is #45600E. Grayscale: #B0B0B0. Windows color (decimal): -4546575 or 15835066. OLE color: 15835066.
HSL color Cylindrical-coordinate representation of color #BA9FF1: hue angle of 259.76º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9FF1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 159 | 241 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.05 |
| HSL | 259.76º | 0.75% | 0.78% | - |
| HSV(B) | 259.76º | 0.34% | 0.95% | - |
| XYZ | 48.53 | 41.59 | 88.69 | - |
| YUV | 176.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 241 | 0.23 | 0.34 | 0 | 0.05 | 259.76 | 0.75 | 0.78 |
| Hex | BA | 9F | F1 | 17 | 22 | 0 | 5 | 104 | 4B | 4E |
| Octal | 272 | 237 | 361 | 27 | 42 | 0 | 5 | 404 | 113 | 116 |
| Binary | 10111010 | 10011111 | 11110001 | 10111 | 100010 | 0 | 101 | 100000100 | 1001011 | 1001110 |
Color Harmonies of #BA9FF1
Complementary color
Monochromatic Colors of #BA9FF1
Black with #BA9FF1
Text Example
Text Example
White with #BA9FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FF1; }
p { color: rgb(186,159,241); }
H1.HeaderClassName
{
color: #BA9FF1;
}
.AnyTagClassName
{
color: #BA9FF1;
}
</style>
background-color css
<style>
a { background-color: #BA9FF1; }
a { background-color: rgb(186,159,241); }
div.DivClassName
{
background-color: #BA9FF1;
}
.BgClassName
{
background-color: #BA9FF1;
}
</style>
border-color css
<style>
span { border-color: #BA9FF1; }
span { border-color: rgb(186,159,241); }
td.TdClassName
{
border-color: #BA9FF1;
}
.TagClassName
{
border-color: #BA9FF1;
}
</style>