Shades of Perfume #BA9EF2
Tints of Perfume #BA9EF2
RGB
CMYK
RGB Variations
Color information
#BA9EF2 (or 0xBA9EF2) is known color: Perfume. HEX triplet: BA, 9E and F2. RGB value is (186,158,242). Sum of RGB (Red+Green+Blue) = 186+158+242=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EF2 is #45610D. Grayscale: #AFAFAF. Windows color (decimal): -4546830 or 15900346. OLE color: 15900346.
HSL color Cylindrical-coordinate representation of color #BA9EF2: hue angle of 260º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9EF2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 158 | 242 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.05 |
| HSL | 260º | 0.76% | 0.78% | - |
| HSV(B) | 260º | 0.35% | 0.95% | - |
| XYZ | 48.5 | 41.3 | 89.42 | - |
| YUV | 175.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 242 | 0.23 | 0.35 | 0 | 0.05 | 260 | 0.76 | 0.78 |
| Hex | BA | 9E | F2 | 17 | 23 | 0 | 5 | 104 | 4C | 4E |
| Octal | 272 | 236 | 362 | 27 | 43 | 0 | 5 | 404 | 114 | 116 |
| Binary | 10111010 | 10011110 | 11110010 | 10111 | 100011 | 0 | 101 | 100000100 | 1001100 | 1001110 |
Color Harmonies of #BA9EF2
Complementary color
Monochromatic Colors of #BA9EF2
Black with #BA9EF2
Text Example
Text Example
White with #BA9EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EF2; }
p { color: rgb(186,158,242); }
H1.HeaderClassName
{
color: #BA9EF2;
}
.AnyTagClassName
{
color: #BA9EF2;
}
</style>
background-color css
<style>
a { background-color: #BA9EF2; }
a { background-color: rgb(186,158,242); }
div.DivClassName
{
background-color: #BA9EF2;
}
.BgClassName
{
background-color: #BA9EF2;
}
</style>
border-color css
<style>
span { border-color: #BA9EF2; }
span { border-color: rgb(186,158,242); }
td.TdClassName
{
border-color: #BA9EF2;
}
.TagClassName
{
border-color: #BA9EF2;
}
</style>