Shades of Perfume #BA96F0
Tints of Perfume #BA96F0
RGB
CMYK
RGB Variations
Color information
#BA96F0 (or 0xBA96F0) is known color: Perfume. HEX triplet: BA, 96 and F0. RGB value is (186,150,240). Sum of RGB (Red+Green+Blue) = 186+150+240=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA96F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96F0 is #45690F. Grayscale: #AAAAAA. Windows color (decimal): -4548880 or 15767226. OLE color: 15767226.
HSL color Cylindrical-coordinate representation of color #BA96F0: hue angle of 264º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA96F0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 150 | 240 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.06 |
| HSL | 264º | 0.75% | 0.76% | - |
| HSV(B) | 264º | 0.38% | 0.94% | - |
| XYZ | 46.88 | 38.54 | 87.41 | - |
| YUV | 171.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 240 | 0.22 | 0.37 | 0 | 0.06 | 264 | 0.75 | 0.76 |
| Hex | BA | 96 | F0 | 16 | 25 | 0 | 6 | 108 | 4B | 4C |
| Octal | 272 | 226 | 360 | 26 | 45 | 0 | 6 | 410 | 113 | 114 |
| Binary | 10111010 | 10010110 | 11110000 | 10110 | 100101 | 0 | 110 | 100001000 | 1001011 | 1001100 |
Color Harmonies of #BA96F0
Complementary color
Monochromatic Colors of #BA96F0
Black with #BA96F0
Text Example
Text Example
White with #BA96F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96F0; }
p { color: rgb(186,150,240); }
H1.HeaderClassName
{
color: #BA96F0;
}
.AnyTagClassName
{
color: #BA96F0;
}
</style>
background-color css
<style>
a { background-color: #BA96F0; }
a { background-color: rgb(186,150,240); }
div.DivClassName
{
background-color: #BA96F0;
}
.BgClassName
{
background-color: #BA96F0;
}
</style>
border-color css
<style>
span { border-color: #BA96F0; }
span { border-color: rgb(186,150,240); }
td.TdClassName
{
border-color: #BA96F0;
}
.TagClassName
{
border-color: #BA96F0;
}
</style>