Shades of Perfume #BA96FC
Tints of Perfume #BA96FC
RGB
CMYK
RGB Variations
Color information
#BA96FC (or 0xBA96FC) is known color: Perfume. HEX triplet: BA, 96 and FC. RGB value is (186,150,252). Sum of RGB (Red+Green+Blue) = 186+150+252=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA96FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96FC is #456903. Grayscale: #ACACAC. Windows color (decimal): -4548868 or 16553658. OLE color: 16553658.
HSL color Cylindrical-coordinate representation of color #BA96FC: hue angle of 261.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA96FC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 150 | 252 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.01 |
| HSL | 261.18º | 0.94% | 0.79% | - |
| HSV(B) | 261.18º | 0.4% | 0.99% | - |
| XYZ | 48.73 | 39.28 | 97.11 | - |
| YUV | 172.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 252 | 0.26 | 0.40 | 0 | 0.01 | 261.18 | 0.94 | 0.79 |
| Hex | BA | 96 | FC | 1A | 28 | 0 | 1 | 105 | 5E | 4F |
| Octal | 272 | 226 | 374 | 32 | 50 | 0 | 1 | 405 | 136 | 117 |
| Binary | 10111010 | 10010110 | 11111100 | 11010 | 101000 | 0 | 1 | 100000101 | 1011110 | 1001111 |
Color Harmonies of #BA96FC
Complementary color
Monochromatic Colors of #BA96FC
Black with #BA96FC
Text Example
Text Example
White with #BA96FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96FC; }
p { color: rgb(186,150,252); }
H1.HeaderClassName
{
color: #BA96FC;
}
.AnyTagClassName
{
color: #BA96FC;
}
</style>
background-color css
<style>
a { background-color: #BA96FC; }
a { background-color: rgb(186,150,252); }
div.DivClassName
{
background-color: #BA96FC;
}
.BgClassName
{
background-color: #BA96FC;
}
</style>
border-color css
<style>
span { border-color: #BA96FC; }
span { border-color: rgb(186,150,252); }
td.TdClassName
{
border-color: #BA96FC;
}
.TagClassName
{
border-color: #BA96FC;
}
</style>