Shades of Perfume #BA9EE1
Tints of Perfume #BA9EE1
RGB
CMYK
RGB Variations
Color information
#BA9EE1 (or 0xBA9EE1) is known color: Perfume. HEX triplet: BA, 9E and E1. RGB value is (186,158,225). Sum of RGB (Red+Green+Blue) = 186+158+225=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA9EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EE1 is #45611E. Grayscale: #ADADAD. Windows color (decimal): -4546847 or 14786234. OLE color: 14786234.
HSL color Cylindrical-coordinate representation of color #BA9EE1: hue angle of 265.07º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9EE1 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 158 | 225 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.12 |
| HSL | 265.07º | 0.53% | 0.75% | - |
| HSV(B) | 265.07º | 0.3% | 0.88% | - |
| XYZ | 46.07 | 40.33 | 76.59 | - |
| YUV | 174.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 225 | 0.17 | 0.30 | 0 | 0.12 | 265.07 | 0.53 | 0.75 |
| Hex | BA | 9E | E1 | 11 | 1E | 0 | C | 109 | 35 | 4B |
| Octal | 272 | 236 | 341 | 21 | 36 | 0 | 14 | 411 | 65 | 113 |
| Binary | 10111010 | 10011110 | 11100001 | 10001 | 11110 | 0 | 1100 | 100001001 | 110101 | 1001011 |
Color Harmonies of #BA9EE1
Complementary color
Monochromatic Colors of #BA9EE1
Black with #BA9EE1
Text Example
Text Example
White with #BA9EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EE1; }
p { color: rgb(186,158,225); }
H1.HeaderClassName
{
color: #BA9EE1;
}
.AnyTagClassName
{
color: #BA9EE1;
}
</style>
background-color css
<style>
a { background-color: #BA9EE1; }
a { background-color: rgb(186,158,225); }
div.DivClassName
{
background-color: #BA9EE1;
}
.BgClassName
{
background-color: #BA9EE1;
}
</style>
border-color css
<style>
span { border-color: #BA9EE1; }
span { border-color: rgb(186,158,225); }
td.TdClassName
{
border-color: #BA9EE1;
}
.TagClassName
{
border-color: #BA9EE1;
}
</style>