Shades of Perfume #BA96F1
Tints of Perfume #BA96F1
RGB
CMYK
RGB Variations
Color information
#BA96F1 (or 0xBA96F1) is known color: Perfume. HEX triplet: BA, 96 and F1. RGB value is (186,150,241). Sum of RGB (Red+Green+Blue) = 186+150+241=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA96F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96F1 is #45690E. Grayscale: #AAAAAA. Windows color (decimal): -4548879 or 15832762. OLE color: 15832762.
HSL color Cylindrical-coordinate representation of color #BA96F1: hue angle of 263.74º degrees, saturation: 0.76, 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 #BA96F1 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 150 | 241 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.05 |
| HSL | 263.74º | 0.76% | 0.77% | - |
| HSV(B) | 263.74º | 0.38% | 0.95% | - |
| XYZ | 47.03 | 38.6 | 88.19 | - |
| YUV | 171.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 241 | 0.23 | 0.38 | 0 | 0.05 | 263.74 | 0.76 | 0.77 |
| Hex | BA | 96 | F1 | 17 | 26 | 0 | 5 | 108 | 4C | 4D |
| Octal | 272 | 226 | 361 | 27 | 46 | 0 | 5 | 410 | 114 | 115 |
| Binary | 10111010 | 10010110 | 11110001 | 10111 | 100110 | 0 | 101 | 100001000 | 1001100 | 1001101 |
Color Harmonies of #BA96F1
Complementary color
Monochromatic Colors of #BA96F1
Black with #BA96F1
Text Example
Text Example
White with #BA96F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96F1; }
p { color: rgb(186,150,241); }
H1.HeaderClassName
{
color: #BA96F1;
}
.AnyTagClassName
{
color: #BA96F1;
}
</style>
background-color css
<style>
a { background-color: #BA96F1; }
a { background-color: rgb(186,150,241); }
div.DivClassName
{
background-color: #BA96F1;
}
.BgClassName
{
background-color: #BA96F1;
}
</style>
border-color css
<style>
span { border-color: #BA96F1; }
span { border-color: rgb(186,150,241); }
td.TdClassName
{
border-color: #BA96F1;
}
.TagClassName
{
border-color: #BA96F1;
}
</style>