Shades of Perfume #BA9EFA
Tints of Perfume #BA9EFA
RGB
CMYK
RGB Variations
Color information
#BA9EFA (or 0xBA9EFA) is known color: Perfume. HEX triplet: BA, 9E and FA. RGB value is (186,158,250). Sum of RGB (Red+Green+Blue) = 186+158+250=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EFA is #456105. Grayscale: #B0B0B0. Windows color (decimal): -4546822 or 16424634. OLE color: 16424634.
HSL color Cylindrical-coordinate representation of color #BA9EFA: hue angle of 258.26º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9EFA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 158 | 250 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.02 |
| HSL | 258.26º | 0.9% | 0.8% | - |
| HSV(B) | 258.26º | 0.37% | 0.98% | - |
| XYZ | 49.73 | 41.79 | 95.89 | - |
| YUV | 176.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 250 | 0.26 | 0.37 | 0 | 0.02 | 258.26 | 0.9 | 0.8 |
| Hex | BA | 9E | FA | 1A | 25 | 0 | 2 | 102 | 5A | 50 |
| Octal | 272 | 236 | 372 | 32 | 45 | 0 | 2 | 402 | 132 | 120 |
| Binary | 10111010 | 10011110 | 11111010 | 11010 | 100101 | 0 | 10 | 100000010 | 1011010 | 1010000 |
Color Harmonies of #BA9EFA
Complementary color
Monochromatic Colors of #BA9EFA
Black with #BA9EFA
Text Example
Text Example
White with #BA9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EFA; }
p { color: rgb(186,158,250); }
H1.HeaderClassName
{
color: #BA9EFA;
}
.AnyTagClassName
{
color: #BA9EFA;
}
</style>
background-color css
<style>
a { background-color: #BA9EFA; }
a { background-color: rgb(186,158,250); }
div.DivClassName
{
background-color: #BA9EFA;
}
.BgClassName
{
background-color: #BA9EFA;
}
</style>
border-color css
<style>
span { border-color: #BA9EFA; }
span { border-color: rgb(186,158,250); }
td.TdClassName
{
border-color: #BA9EFA;
}
.TagClassName
{
border-color: #BA9EFA;
}
</style>