Shades of Perfume #BA96F2
Tints of Perfume #BA96F2
RGB
CMYK
RGB Variations
Color information
#BA96F2 (or 0xBA96F2) is known color: Perfume. HEX triplet: BA, 96 and F2. RGB value is (186,150,242). Sum of RGB (Red+Green+Blue) = 186+150+242=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA96F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96F2 is #45690D. Grayscale: #AAAAAA. Windows color (decimal): -4548878 or 15898298. OLE color: 15898298.
HSL color Cylindrical-coordinate representation of color #BA96F2: hue angle of 263.48º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA96F2 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 150 | 242 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.05 |
| HSL | 263.48º | 0.78% | 0.77% | - |
| HSV(B) | 263.48º | 0.38% | 0.95% | - |
| XYZ | 47.18 | 38.66 | 88.98 | - |
| YUV | 171.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 242 | 0.23 | 0.38 | 0 | 0.05 | 263.48 | 0.78 | 0.77 |
| Hex | BA | 96 | F2 | 17 | 26 | 0 | 5 | 107 | 4E | 4D |
| Octal | 272 | 226 | 362 | 27 | 46 | 0 | 5 | 407 | 116 | 115 |
| Binary | 10111010 | 10010110 | 11110010 | 10111 | 100110 | 0 | 101 | 100000111 | 1001110 | 1001101 |
Color Harmonies of #BA96F2
Complementary color
Monochromatic Colors of #BA96F2
Black with #BA96F2
Text Example
Text Example
White with #BA96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96F2; }
p { color: rgb(186,150,242); }
H1.HeaderClassName
{
color: #BA96F2;
}
.AnyTagClassName
{
color: #BA96F2;
}
</style>
background-color css
<style>
a { background-color: #BA96F2; }
a { background-color: rgb(186,150,242); }
div.DivClassName
{
background-color: #BA96F2;
}
.BgClassName
{
background-color: #BA96F2;
}
</style>
border-color css
<style>
span { border-color: #BA96F2; }
span { border-color: rgb(186,150,242); }
td.TdClassName
{
border-color: #BA96F2;
}
.TagClassName
{
border-color: #BA96F2;
}
</style>