Shades of Perfume #BA96F9
Tints of Perfume #BA96F9
RGB
CMYK
RGB Variations
Color information
#BA96F9 (or 0xBA96F9) is known color: Perfume. HEX triplet: BA, 96 and F9. RGB value is (186,150,249). Sum of RGB (Red+Green+Blue) = 186+150+249=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96F9 is #456906. Grayscale: #ABABAB. Windows color (decimal): -4548871 or 16357050. OLE color: 16357050.
HSL color Cylindrical-coordinate representation of color #BA96F9: hue angle of 261.82º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA96F9 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 150 | 249 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.02 |
| HSL | 261.82º | 0.89% | 0.78% | - |
| HSV(B) | 261.82º | 0.4% | 0.98% | - |
| XYZ | 48.25 | 39.09 | 94.62 | - |
| YUV | 172.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 249 | 0.25 | 0.40 | 0 | 0.02 | 261.82 | 0.89 | 0.78 |
| Hex | BA | 96 | F9 | 19 | 28 | 0 | 2 | 106 | 59 | 4E |
| Octal | 272 | 226 | 371 | 31 | 50 | 0 | 2 | 406 | 131 | 116 |
| Binary | 10111010 | 10010110 | 11111001 | 11001 | 101000 | 0 | 10 | 100000110 | 1011001 | 1001110 |
Color Harmonies of #BA96F9
Complementary color
Monochromatic Colors of #BA96F9
Black with #BA96F9
Text Example
Text Example
White with #BA96F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96F9; }
p { color: rgb(186,150,249); }
H1.HeaderClassName
{
color: #BA96F9;
}
.AnyTagClassName
{
color: #BA96F9;
}
</style>
background-color css
<style>
a { background-color: #BA96F9; }
a { background-color: rgb(186,150,249); }
div.DivClassName
{
background-color: #BA96F9;
}
.BgClassName
{
background-color: #BA96F9;
}
</style>
border-color css
<style>
span { border-color: #BA96F9; }
span { border-color: rgb(186,150,249); }
td.TdClassName
{
border-color: #BA96F9;
}
.TagClassName
{
border-color: #BA96F9;
}
</style>