Shades of Perfume #BA9EED
Tints of Perfume #BA9EED
RGB
CMYK
RGB Variations
Color information
#BA9EED (or 0xBA9EED) is known color: Perfume. HEX triplet: BA, 9E and ED. RGB value is (186,158,237). Sum of RGB (Red+Green+Blue) = 186+158+237=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EED is #456112. Grayscale: #AFAFAF. Windows color (decimal): -4546835 or 15572666. OLE color: 15572666.
HSL color Cylindrical-coordinate representation of color #BA9EED: hue angle of 261.27º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9EED is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 158 | 237 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.07 |
| HSL | 261.27º | 0.69% | 0.77% | - |
| HSV(B) | 261.27º | 0.33% | 0.93% | - |
| XYZ | 47.76 | 41.01 | 85.52 | - |
| YUV | 175.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 237 | 0.22 | 0.33 | 0 | 0.07 | 261.27 | 0.69 | 0.77 |
| Hex | BA | 9E | ED | 16 | 21 | 0 | 7 | 105 | 45 | 4D |
| Octal | 272 | 236 | 355 | 26 | 41 | 0 | 7 | 405 | 105 | 115 |
| Binary | 10111010 | 10011110 | 11101101 | 10110 | 100001 | 0 | 111 | 100000101 | 1000101 | 1001101 |
Color Harmonies of #BA9EED
Complementary color
Monochromatic Colors of #BA9EED
Black with #BA9EED
Text Example
Text Example
White with #BA9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EED; }
p { color: rgb(186,158,237); }
H1.HeaderClassName
{
color: #BA9EED;
}
.AnyTagClassName
{
color: #BA9EED;
}
</style>
background-color css
<style>
a { background-color: #BA9EED; }
a { background-color: rgb(186,158,237); }
div.DivClassName
{
background-color: #BA9EED;
}
.BgClassName
{
background-color: #BA9EED;
}
</style>
border-color css
<style>
span { border-color: #BA9EED; }
span { border-color: rgb(186,158,237); }
td.TdClassName
{
border-color: #BA9EED;
}
.TagClassName
{
border-color: #BA9EED;
}
</style>