Shades of Perfume #BA97E4
Tints of Perfume #BA97E4
RGB
CMYK
RGB Variations
Color information
#BA97E4 (or 0xBA97E4) is known color: Perfume. HEX triplet: BA, 97 and E4. RGB value is (186,151,228). Sum of RGB (Red+Green+Blue) = 186+151+228=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA97E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97E4 is #45681B. Grayscale: #A9A9A9. Windows color (decimal): -4548636 or 14981050. OLE color: 14981050.
HSL color Cylindrical-coordinate representation of color #BA97E4: hue angle of 267.27º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA97E4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 151 | 228 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.11 |
| HSL | 267.27º | 0.59% | 0.74% | - |
| HSV(B) | 267.27º | 0.34% | 0.89% | - |
| XYZ | 45.32 | 38.17 | 78.38 | - |
| YUV | 170.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 228 | 0.18 | 0.34 | 0 | 0.11 | 267.27 | 0.59 | 0.74 |
| Hex | BA | 97 | E4 | 12 | 22 | 0 | B | 10B | 3B | 4A |
| Octal | 272 | 227 | 344 | 22 | 42 | 0 | 13 | 413 | 73 | 112 |
| Binary | 10111010 | 10010111 | 11100100 | 10010 | 100010 | 0 | 1011 | 100001011 | 111011 | 1001010 |
Color Harmonies of #BA97E4
Complementary color
Monochromatic Colors of #BA97E4
Black with #BA97E4
Text Example
Text Example
White with #BA97E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97E4; }
p { color: rgb(186,151,228); }
H1.HeaderClassName
{
color: #BA97E4;
}
.AnyTagClassName
{
color: #BA97E4;
}
</style>
background-color css
<style>
a { background-color: #BA97E4; }
a { background-color: rgb(186,151,228); }
div.DivClassName
{
background-color: #BA97E4;
}
.BgClassName
{
background-color: #BA97E4;
}
</style>
border-color css
<style>
span { border-color: #BA97E4; }
span { border-color: rgb(186,151,228); }
td.TdClassName
{
border-color: #BA97E4;
}
.TagClassName
{
border-color: #BA97E4;
}
</style>