Shades of Perfume #BA97E1
Tints of Perfume #BA97E1
RGB
CMYK
RGB Variations
Color information
#BA97E1 (or 0xBA97E1) is known color: Perfume. HEX triplet: BA, 97 and E1. RGB value is (186,151,225). Sum of RGB (Red+Green+Blue) = 186+151+225=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97E1 is #45681E. Grayscale: #A9A9A9. Windows color (decimal): -4548639 or 14784442. OLE color: 14784442.
HSL color Cylindrical-coordinate representation of color #BA97E1: hue angle of 268.38º degrees, saturation: 0.55, 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 #BA97E1 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 151 | 225 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.12 |
| HSL | 268.38º | 0.55% | 0.74% | - |
| HSV(B) | 268.38º | 0.33% | 0.88% | - |
| XYZ | 44.91 | 38.01 | 76.2 | - |
| YUV | 169.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 225 | 0.17 | 0.33 | 0 | 0.12 | 268.38 | 0.55 | 0.74 |
| Hex | BA | 97 | E1 | 11 | 21 | 0 | C | 10C | 37 | 4A |
| Octal | 272 | 227 | 341 | 21 | 41 | 0 | 14 | 414 | 67 | 112 |
| Binary | 10111010 | 10010111 | 11100001 | 10001 | 100001 | 0 | 1100 | 100001100 | 110111 | 1001010 |
Color Harmonies of #BA97E1
Complementary color
Monochromatic Colors of #BA97E1
Black with #BA97E1
Text Example
Text Example
White with #BA97E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97E1; }
p { color: rgb(186,151,225); }
H1.HeaderClassName
{
color: #BA97E1;
}
.AnyTagClassName
{
color: #BA97E1;
}
</style>
background-color css
<style>
a { background-color: #BA97E1; }
a { background-color: rgb(186,151,225); }
div.DivClassName
{
background-color: #BA97E1;
}
.BgClassName
{
background-color: #BA97E1;
}
</style>
border-color css
<style>
span { border-color: #BA97E1; }
span { border-color: rgb(186,151,225); }
td.TdClassName
{
border-color: #BA97E1;
}
.TagClassName
{
border-color: #BA97E1;
}
</style>