Shades of Perfume #BA97FF
Tints of Perfume #BA97FF
RGB
CMYK
RGB Variations
Color information
#BA97FF (or 0xBA97FF) is known color: Perfume. HEX triplet: BA, 97 and FF. RGB value is (186,151,255). Sum of RGB (Red+Green+Blue) = 186+151+255=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97FF is #456800. Grayscale: #ACACAC. Windows color (decimal): -4548609 or 16750522. OLE color: 16750522.
HSL color Cylindrical-coordinate representation of color #BA97FF: hue angle of 260.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA97FF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 151 | 255 | - |
| CMYK | 0.27 | 0.41 | 0 | 0 |
| HSL | 260.19º | 1% | 0.8% | - |
| HSV(B) | 260.19º | 0.41% | 1% | - |
| XYZ | 49.37 | 39.79 | 99.69 | - |
| YUV | 173.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 255 | 0.27 | 0.41 | 0 | 0 | 260.19 | 1 | 0.8 |
| Hex | BA | 97 | FF | 1B | 29 | 0 | 0 | 104 | 64 | 50 |
| Octal | 272 | 227 | 377 | 33 | 51 | 0 | 0 | 404 | 144 | 120 |
| Binary | 10111010 | 10010111 | 11111111 | 11011 | 101001 | 0 | 0 | 100000100 | 1100100 | 1010000 |
Color Harmonies of #BA97FF
Complementary color
Monochromatic Colors of #BA97FF
Black with #BA97FF
Text Example
Text Example
White with #BA97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97FF; }
p { color: rgb(186,151,255); }
H1.HeaderClassName
{
color: #BA97FF;
}
.AnyTagClassName
{
color: #BA97FF;
}
</style>
background-color css
<style>
a { background-color: #BA97FF; }
a { background-color: rgb(186,151,255); }
div.DivClassName
{
background-color: #BA97FF;
}
.BgClassName
{
background-color: #BA97FF;
}
</style>
border-color css
<style>
span { border-color: #BA97FF; }
span { border-color: rgb(186,151,255); }
td.TdClassName
{
border-color: #BA97FF;
}
.TagClassName
{
border-color: #BA97FF;
}
</style>