Shades of Perfume #BA97E0
Tints of Perfume #BA97E0
RGB
CMYK
RGB Variations
Color information
#BA97E0 (or 0xBA97E0) is known color: Perfume. HEX triplet: BA, 97 and E0. RGB value is (186,151,224). Sum of RGB (Red+Green+Blue) = 186+151+224=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97E0 is #45681F. Grayscale: #A9A9A9. Windows color (decimal): -4548640 or 14718906. OLE color: 14718906.
HSL color Cylindrical-coordinate representation of color #BA97E0: hue angle of 268.77º degrees, saturation: 0.54, 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 #BA97E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 151 | 224 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.12 |
| HSL | 268.77º | 0.54% | 0.74% | - |
| HSV(B) | 268.77º | 0.33% | 0.88% | - |
| XYZ | 44.77 | 37.95 | 75.49 | - |
| YUV | 169.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 224 | 0.17 | 0.33 | 0 | 0.12 | 268.77 | 0.54 | 0.74 |
| Hex | BA | 97 | E0 | 11 | 21 | 0 | C | 10D | 36 | 4A |
| Octal | 272 | 227 | 340 | 21 | 41 | 0 | 14 | 415 | 66 | 112 |
| Binary | 10111010 | 10010111 | 11100000 | 10001 | 100001 | 0 | 1100 | 100001101 | 110110 | 1001010 |
Color Harmonies of #BA97E0
Complementary color
Monochromatic Colors of #BA97E0
Black with #BA97E0
Text Example
Text Example
White with #BA97E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97E0; }
p { color: rgb(186,151,224); }
H1.HeaderClassName
{
color: #BA97E0;
}
.AnyTagClassName
{
color: #BA97E0;
}
</style>
background-color css
<style>
a { background-color: #BA97E0; }
a { background-color: rgb(186,151,224); }
div.DivClassName
{
background-color: #BA97E0;
}
.BgClassName
{
background-color: #BA97E0;
}
</style>
border-color css
<style>
span { border-color: #BA97E0; }
span { border-color: rgb(186,151,224); }
td.TdClassName
{
border-color: #BA97E0;
}
.TagClassName
{
border-color: #BA97E0;
}
</style>