Shades of Perfume #BA96E5
Tints of Perfume #BA96E5
RGB
CMYK
RGB Variations
Color information
#BA96E5 (or 0xBA96E5) is known color: Perfume. HEX triplet: BA, 96 and E5. RGB value is (186,150,229). Sum of RGB (Red+Green+Blue) = 186+150+229=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96E5 is #45691A. Grayscale: #A9A9A9. Windows color (decimal): -4548891 or 15046330. OLE color: 15046330.
HSL color Cylindrical-coordinate representation of color #BA96E5: hue angle of 267.34º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA96E5 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 150 | 229 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.10 |
| HSL | 267.34º | 0.6% | 0.74% | - |
| HSV(B) | 267.34º | 0.34% | 0.9% | - |
| XYZ | 45.3 | 37.91 | 79.06 | - |
| YUV | 169.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 229 | 0.19 | 0.34 | 0 | 0.10 | 267.34 | 0.6 | 0.74 |
| Hex | BA | 96 | E5 | 13 | 22 | 0 | A | 10B | 3C | 4A |
| Octal | 272 | 226 | 345 | 23 | 42 | 0 | 12 | 413 | 74 | 112 |
| Binary | 10111010 | 10010110 | 11100101 | 10011 | 100010 | 0 | 1010 | 100001011 | 111100 | 1001010 |
Color Harmonies of #BA96E5
Complementary color
Monochromatic Colors of #BA96E5
Black with #BA96E5
Text Example
Text Example
White with #BA96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96E5; }
p { color: rgb(186,150,229); }
H1.HeaderClassName
{
color: #BA96E5;
}
.AnyTagClassName
{
color: #BA96E5;
}
</style>
background-color css
<style>
a { background-color: #BA96E5; }
a { background-color: rgb(186,150,229); }
div.DivClassName
{
background-color: #BA96E5;
}
.BgClassName
{
background-color: #BA96E5;
}
</style>
border-color css
<style>
span { border-color: #BA96E5; }
span { border-color: rgb(186,150,229); }
td.TdClassName
{
border-color: #BA96E5;
}
.TagClassName
{
border-color: #BA96E5;
}
</style>