Shades of Perfume #BA9EF8
Tints of Perfume #BA9EF8
RGB
CMYK
RGB Variations
Color information
#BA9EF8 (or 0xBA9EF8) is known color: Perfume. HEX triplet: BA, 9E and F8. RGB value is (186,158,248). Sum of RGB (Red+Green+Blue) = 186+158+248=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA9EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EF8 is #456107. Grayscale: #B0B0B0. Windows color (decimal): -4546824 or 16293562. OLE color: 16293562.
HSL color Cylindrical-coordinate representation of color #BA9EF8: hue angle of 258.67º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9EF8 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 158 | 248 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.03 |
| HSL | 258.67º | 0.87% | 0.8% | - |
| HSV(B) | 258.67º | 0.36% | 0.97% | - |
| XYZ | 49.42 | 41.67 | 94.25 | - |
| YUV | 176.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 248 | 0.25 | 0.36 | 0 | 0.03 | 258.67 | 0.87 | 0.8 |
| Hex | BA | 9E | F8 | 19 | 24 | 0 | 3 | 103 | 57 | 50 |
| Octal | 272 | 236 | 370 | 31 | 44 | 0 | 3 | 403 | 127 | 120 |
| Binary | 10111010 | 10011110 | 11111000 | 11001 | 100100 | 0 | 11 | 100000011 | 1010111 | 1010000 |
Color Harmonies of #BA9EF8
Complementary color
Monochromatic Colors of #BA9EF8
Black with #BA9EF8
Text Example
Text Example
White with #BA9EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EF8; }
p { color: rgb(186,158,248); }
H1.HeaderClassName
{
color: #BA9EF8;
}
.AnyTagClassName
{
color: #BA9EF8;
}
</style>
background-color css
<style>
a { background-color: #BA9EF8; }
a { background-color: rgb(186,158,248); }
div.DivClassName
{
background-color: #BA9EF8;
}
.BgClassName
{
background-color: #BA9EF8;
}
</style>
border-color css
<style>
span { border-color: #BA9EF8; }
span { border-color: rgb(186,158,248); }
td.TdClassName
{
border-color: #BA9EF8;
}
.TagClassName
{
border-color: #BA9EF8;
}
</style>