Shades of Perfume #BA9EFC
Tints of Perfume #BA9EFC
RGB
CMYK
RGB Variations
Color information
#BA9EFC (or 0xBA9EFC) is known color: Perfume. HEX triplet: BA, 9E and FC. RGB value is (186,158,252). Sum of RGB (Red+Green+Blue) = 186+158+252=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EFC is #456103. Grayscale: #B0B0B0. Windows color (decimal): -4546820 or 16555706. OLE color: 16555706.
HSL color Cylindrical-coordinate representation of color #BA9EFC: hue angle of 257.87º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9EFC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 158 | 252 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.01 |
| HSL | 257.87º | 0.94% | 0.8% | - |
| HSV(B) | 257.87º | 0.37% | 0.99% | - |
| XYZ | 50.05 | 41.92 | 97.55 | - |
| YUV | 177.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 252 | 0.26 | 0.37 | 0 | 0.01 | 257.87 | 0.94 | 0.8 |
| Hex | BA | 9E | FC | 1A | 25 | 0 | 1 | 102 | 5E | 50 |
| Octal | 272 | 236 | 374 | 32 | 45 | 0 | 1 | 402 | 136 | 120 |
| Binary | 10111010 | 10011110 | 11111100 | 11010 | 100101 | 0 | 1 | 100000010 | 1011110 | 1010000 |
Color Harmonies of #BA9EFC
Complementary color
Monochromatic Colors of #BA9EFC
Black with #BA9EFC
Text Example
Text Example
White with #BA9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EFC; }
p { color: rgb(186,158,252); }
H1.HeaderClassName
{
color: #BA9EFC;
}
.AnyTagClassName
{
color: #BA9EFC;
}
</style>
background-color css
<style>
a { background-color: #BA9EFC; }
a { background-color: rgb(186,158,252); }
div.DivClassName
{
background-color: #BA9EFC;
}
.BgClassName
{
background-color: #BA9EFC;
}
</style>
border-color css
<style>
span { border-color: #BA9EFC; }
span { border-color: rgb(186,158,252); }
td.TdClassName
{
border-color: #BA9EFC;
}
.TagClassName
{
border-color: #BA9EFC;
}
</style>