Shades of Perfume #BA9EDB
Tints of Perfume #BA9EDB
RGB
CMYK
RGB Variations
Color information
#BA9EDB (or 0xBA9EDB) is known color: Perfume. HEX triplet: BA, 9E and DB. RGB value is (186,158,219). Sum of RGB (Red+Green+Blue) = 186+158+219=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EDB is #456124. Grayscale: #ADADAD. Windows color (decimal): -4546853 or 14393018. OLE color: 14393018.
HSL color Cylindrical-coordinate representation of color #BA9EDB: hue angle of 267.54º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9EDB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 158 | 219 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.14 |
| HSL | 267.54º | 0.46% | 0.74% | - |
| HSV(B) | 267.54º | 0.28% | 0.86% | - |
| XYZ | 45.26 | 40.01 | 72.35 | - |
| YUV | 173.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 219 | 0.15 | 0.28 | 0 | 0.14 | 267.54 | 0.46 | 0.74 |
| Hex | BA | 9E | DB | F | 1C | 0 | E | 10C | 2E | 4A |
| Octal | 272 | 236 | 333 | 17 | 34 | 0 | 16 | 414 | 56 | 112 |
| Binary | 10111010 | 10011110 | 11011011 | 1111 | 11100 | 0 | 1110 | 100001100 | 101110 | 1001010 |
Color Harmonies of #BA9EDB
Complementary color
Monochromatic Colors of #BA9EDB
Black with #BA9EDB
Text Example
Text Example
White with #BA9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EDB; }
p { color: rgb(186,158,219); }
H1.HeaderClassName
{
color: #BA9EDB;
}
.AnyTagClassName
{
color: #BA9EDB;
}
</style>
background-color css
<style>
a { background-color: #BA9EDB; }
a { background-color: rgb(186,158,219); }
div.DivClassName
{
background-color: #BA9EDB;
}
.BgClassName
{
background-color: #BA9EDB;
}
</style>
border-color css
<style>
span { border-color: #BA9EDB; }
span { border-color: rgb(186,158,219); }
td.TdClassName
{
border-color: #BA9EDB;
}
.TagClassName
{
border-color: #BA9EDB;
}
</style>