Shades of Perfume #BA96E1
Tints of Perfume #BA96E1
RGB
CMYK
RGB Variations
Color information
#BA96E1 (or 0xBA96E1) is known color: Perfume. HEX triplet: BA, 96 and E1. RGB value is (186,150,225). Sum of RGB (Red+Green+Blue) = 186+150+225=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96E1 is #45691E. Grayscale: #A9A9A9. Windows color (decimal): -4548895 or 14784186. OLE color: 14784186.
HSL color Cylindrical-coordinate representation of color #BA96E1: hue angle of 268.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA96E1 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 150 | 225 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.12 |
| HSL | 268.8º | 0.56% | 0.74% | - |
| HSV(B) | 268.8º | 0.33% | 0.88% | - |
| XYZ | 44.75 | 37.69 | 76.15 | - |
| YUV | 169.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 225 | 0.17 | 0.33 | 0 | 0.12 | 268.8 | 0.56 | 0.74 |
| Hex | BA | 96 | E1 | 11 | 21 | 0 | C | 10D | 38 | 4A |
| Octal | 272 | 226 | 341 | 21 | 41 | 0 | 14 | 415 | 70 | 112 |
| Binary | 10111010 | 10010110 | 11100001 | 10001 | 100001 | 0 | 1100 | 100001101 | 111000 | 1001010 |
Color Harmonies of #BA96E1
Complementary color
Monochromatic Colors of #BA96E1
Black with #BA96E1
Text Example
Text Example
White with #BA96E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96E1; }
p { color: rgb(186,150,225); }
H1.HeaderClassName
{
color: #BA96E1;
}
.AnyTagClassName
{
color: #BA96E1;
}
</style>
background-color css
<style>
a { background-color: #BA96E1; }
a { background-color: rgb(186,150,225); }
div.DivClassName
{
background-color: #BA96E1;
}
.BgClassName
{
background-color: #BA96E1;
}
</style>
border-color css
<style>
span { border-color: #BA96E1; }
span { border-color: rgb(186,150,225); }
td.TdClassName
{
border-color: #BA96E1;
}
.TagClassName
{
border-color: #BA96E1;
}
</style>