Shades of Perfume #BA9EEE
Tints of Perfume #BA9EEE
RGB
CMYK
RGB Variations
Color information
#BA9EEE (or 0xBA9EEE) is known color: Perfume. HEX triplet: BA, 9E and EE. RGB value is (186,158,238). Sum of RGB (Red+Green+Blue) = 186+158+238=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EEE is #456111. Grayscale: #AFAFAF. Windows color (decimal): -4546834 or 15638202. OLE color: 15638202.
HSL color Cylindrical-coordinate representation of color #BA9EEE: hue angle of 261º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9EEE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 158 | 238 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 261º | 0.7% | 0.78% | - |
| HSV(B) | 261º | 0.34% | 0.93% | - |
| XYZ | 47.91 | 41.07 | 86.29 | - |
| YUV | 175.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 238 | 0.22 | 0.34 | 0 | 0.07 | 261 | 0.7 | 0.78 |
| Hex | BA | 9E | EE | 16 | 22 | 0 | 7 | 105 | 46 | 4E |
| Octal | 272 | 236 | 356 | 26 | 42 | 0 | 7 | 405 | 106 | 116 |
| Binary | 10111010 | 10011110 | 11101110 | 10110 | 100010 | 0 | 111 | 100000101 | 1000110 | 1001110 |
Color Harmonies of #BA9EEE
Complementary color
Monochromatic Colors of #BA9EEE
Black with #BA9EEE
Text Example
Text Example
White with #BA9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EEE; }
p { color: rgb(186,158,238); }
H1.HeaderClassName
{
color: #BA9EEE;
}
.AnyTagClassName
{
color: #BA9EEE;
}
</style>
background-color css
<style>
a { background-color: #BA9EEE; }
a { background-color: rgb(186,158,238); }
div.DivClassName
{
background-color: #BA9EEE;
}
.BgClassName
{
background-color: #BA9EEE;
}
</style>
border-color css
<style>
span { border-color: #BA9EEE; }
span { border-color: rgb(186,158,238); }
td.TdClassName
{
border-color: #BA9EEE;
}
.TagClassName
{
border-color: #BA9EEE;
}
</style>