Shades of Perfume #BA96E7
Tints of Perfume #BA96E7
RGB
CMYK
RGB Variations
Color information
#BA96E7 (or 0xBA96E7) is known color: Perfume. HEX triplet: BA, 96 and E7. RGB value is (186,150,231). Sum of RGB (Red+Green+Blue) = 186+150+231=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA96E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96E7 is #456918. Grayscale: #A9A9A9. Windows color (decimal): -4548889 or 15177402. OLE color: 15177402.
HSL color Cylindrical-coordinate representation of color #BA96E7: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA96E7 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 150 | 231 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.09 |
| HSL | 266.67º | 0.63% | 0.75% | - |
| HSV(B) | 266.67º | 0.35% | 0.91% | - |
| XYZ | 45.58 | 38.02 | 80.54 | - |
| YUV | 170 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 231 | 0.19 | 0.35 | 0 | 0.09 | 266.67 | 0.63 | 0.75 |
| Hex | BA | 96 | E7 | 13 | 23 | 0 | 9 | 10B | 3F | 4B |
| Octal | 272 | 226 | 347 | 23 | 43 | 0 | 11 | 413 | 77 | 113 |
| Binary | 10111010 | 10010110 | 11100111 | 10011 | 100011 | 0 | 1001 | 100001011 | 111111 | 1001011 |
Color Harmonies of #BA96E7
Complementary color
Monochromatic Colors of #BA96E7
Black with #BA96E7
Text Example
Text Example
White with #BA96E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96E7; }
p { color: rgb(186,150,231); }
H1.HeaderClassName
{
color: #BA96E7;
}
.AnyTagClassName
{
color: #BA96E7;
}
</style>
background-color css
<style>
a { background-color: #BA96E7; }
a { background-color: rgb(186,150,231); }
div.DivClassName
{
background-color: #BA96E7;
}
.BgClassName
{
background-color: #BA96E7;
}
</style>
border-color css
<style>
span { border-color: #BA96E7; }
span { border-color: rgb(186,150,231); }
td.TdClassName
{
border-color: #BA96E7;
}
.TagClassName
{
border-color: #BA96E7;
}
</style>