Shades of Perfume #BA9EEB
Tints of Perfume #BA9EEB
RGB
CMYK
RGB Variations
Color information
#BA9EEB (or 0xBA9EEB) is known color: Perfume. HEX triplet: BA, 9E and EB. RGB value is (186,158,235). Sum of RGB (Red+Green+Blue) = 186+158+235=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EEB is #456114. Grayscale: #AEAEAE. Windows color (decimal): -4546837 or 15441594. OLE color: 15441594.
HSL color Cylindrical-coordinate representation of color #BA9EEB: hue angle of 261.82º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9EEB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 158 | 235 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.08 |
| HSL | 261.82º | 0.66% | 0.77% | - |
| HSV(B) | 261.82º | 0.33% | 0.92% | - |
| XYZ | 47.47 | 40.89 | 83.99 | - |
| YUV | 175.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 235 | 0.21 | 0.33 | 0 | 0.08 | 261.82 | 0.66 | 0.77 |
| Hex | BA | 9E | EB | 15 | 21 | 0 | 8 | 106 | 42 | 4D |
| Octal | 272 | 236 | 353 | 25 | 41 | 0 | 10 | 406 | 102 | 115 |
| Binary | 10111010 | 10011110 | 11101011 | 10101 | 100001 | 0 | 1000 | 100000110 | 1000010 | 1001101 |
Color Harmonies of #BA9EEB
Complementary color
Monochromatic Colors of #BA9EEB
Black with #BA9EEB
Text Example
Text Example
White with #BA9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EEB; }
p { color: rgb(186,158,235); }
H1.HeaderClassName
{
color: #BA9EEB;
}
.AnyTagClassName
{
color: #BA9EEB;
}
</style>
background-color css
<style>
a { background-color: #BA9EEB; }
a { background-color: rgb(186,158,235); }
div.DivClassName
{
background-color: #BA9EEB;
}
.BgClassName
{
background-color: #BA9EEB;
}
</style>
border-color css
<style>
span { border-color: #BA9EEB; }
span { border-color: rgb(186,158,235); }
td.TdClassName
{
border-color: #BA9EEB;
}
.TagClassName
{
border-color: #BA9EEB;
}
</style>