Shades of Perfume #BA9EF4
Tints of Perfume #BA9EF4
RGB
CMYK
RGB Variations
Color information
#BA9EF4 (or 0xBA9EF4) is known color: Perfume. HEX triplet: BA, 9E and F4. RGB value is (186,158,244). Sum of RGB (Red+Green+Blue) = 186+158+244=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA9EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EF4 is #45610B. Grayscale: #AFAFAF. Windows color (decimal): -4546828 or 16031418. OLE color: 16031418.
HSL color Cylindrical-coordinate representation of color #BA9EF4: hue angle of 259.53º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9EF4 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 158 | 244 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.04 |
| HSL | 259.53º | 0.8% | 0.79% | - |
| HSV(B) | 259.53º | 0.35% | 0.96% | - |
| XYZ | 48.81 | 41.42 | 91.01 | - |
| YUV | 176.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 244 | 0.24 | 0.35 | 0 | 0.04 | 259.53 | 0.8 | 0.79 |
| Hex | BA | 9E | F4 | 18 | 23 | 0 | 4 | 104 | 50 | 4F |
| Octal | 272 | 236 | 364 | 30 | 43 | 0 | 4 | 404 | 120 | 117 |
| Binary | 10111010 | 10011110 | 11110100 | 11000 | 100011 | 0 | 100 | 100000100 | 1010000 | 1001111 |
Color Harmonies of #BA9EF4
Complementary color
Monochromatic Colors of #BA9EF4
Black with #BA9EF4
Text Example
Text Example
White with #BA9EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EF4; }
p { color: rgb(186,158,244); }
H1.HeaderClassName
{
color: #BA9EF4;
}
.AnyTagClassName
{
color: #BA9EF4;
}
</style>
background-color css
<style>
a { background-color: #BA9EF4; }
a { background-color: rgb(186,158,244); }
div.DivClassName
{
background-color: #BA9EF4;
}
.BgClassName
{
background-color: #BA9EF4;
}
</style>
border-color css
<style>
span { border-color: #BA9EF4; }
span { border-color: rgb(186,158,244); }
td.TdClassName
{
border-color: #BA9EF4;
}
.TagClassName
{
border-color: #BA9EF4;
}
</style>