Shades of Perfume #BA9EE7
Tints of Perfume #BA9EE7
RGB
CMYK
RGB Variations
Color information
#BA9EE7 (or 0xBA9EE7) is known color: Perfume. HEX triplet: BA, 9E and E7. RGB value is (186,158,231). Sum of RGB (Red+Green+Blue) = 186+158+231=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EE7 is #456118. Grayscale: #AEAEAE. Windows color (decimal): -4546841 or 15179450. OLE color: 15179450.
HSL color Cylindrical-coordinate representation of color #BA9EE7: hue angle of 263.01º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9EE7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 158 | 231 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.09 |
| HSL | 263.01º | 0.6% | 0.76% | - |
| HSV(B) | 263.01º | 0.32% | 0.91% | - |
| XYZ | 46.9 | 40.66 | 80.98 | - |
| YUV | 174.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 231 | 0.19 | 0.32 | 0 | 0.09 | 263.01 | 0.6 | 0.76 |
| Hex | BA | 9E | E7 | 13 | 20 | 0 | 9 | 107 | 3C | 4C |
| Octal | 272 | 236 | 347 | 23 | 40 | 0 | 11 | 407 | 74 | 114 |
| Binary | 10111010 | 10011110 | 11100111 | 10011 | 100000 | 0 | 1001 | 100000111 | 111100 | 1001100 |
Color Harmonies of #BA9EE7
Complementary color
Monochromatic Colors of #BA9EE7
Black with #BA9EE7
Text Example
Text Example
White with #BA9EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EE7; }
p { color: rgb(186,158,231); }
H1.HeaderClassName
{
color: #BA9EE7;
}
.AnyTagClassName
{
color: #BA9EE7;
}
</style>
background-color css
<style>
a { background-color: #BA9EE7; }
a { background-color: rgb(186,158,231); }
div.DivClassName
{
background-color: #BA9EE7;
}
.BgClassName
{
background-color: #BA9EE7;
}
</style>
border-color css
<style>
span { border-color: #BA9EE7; }
span { border-color: rgb(186,158,231); }
td.TdClassName
{
border-color: #BA9EE7;
}
.TagClassName
{
border-color: #BA9EE7;
}
</style>