Shades of Perfume #BA9EDD
Tints of Perfume #BA9EDD
RGB
CMYK
RGB Variations
Color information
#BA9EDD (or 0xBA9EDD) is known color: Perfume. HEX triplet: BA, 9E and DD. RGB value is (186,158,221). Sum of RGB (Red+Green+Blue) = 186+158+221=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EDD is #456122. Grayscale: #ADADAD. Windows color (decimal): -4546851 or 14524090. OLE color: 14524090.
HSL color Cylindrical-coordinate representation of color #BA9EDD: hue angle of 266.67º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9EDD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 158 | 221 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.13 |
| HSL | 266.67º | 0.48% | 0.74% | - |
| HSV(B) | 266.67º | 0.29% | 0.87% | - |
| XYZ | 45.53 | 40.11 | 73.75 | - |
| YUV | 173.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 221 | 0.16 | 0.29 | 0 | 0.13 | 266.67 | 0.48 | 0.74 |
| Hex | BA | 9E | DD | 10 | 1D | 0 | D | 10B | 30 | 4A |
| Octal | 272 | 236 | 335 | 20 | 35 | 0 | 15 | 413 | 60 | 112 |
| Binary | 10111010 | 10011110 | 11011101 | 10000 | 11101 | 0 | 1101 | 100001011 | 110000 | 1001010 |
Color Harmonies of #BA9EDD
Complementary color
Monochromatic Colors of #BA9EDD
Black with #BA9EDD
Text Example
Text Example
White with #BA9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EDD; }
p { color: rgb(186,158,221); }
H1.HeaderClassName
{
color: #BA9EDD;
}
.AnyTagClassName
{
color: #BA9EDD;
}
</style>
background-color css
<style>
a { background-color: #BA9EDD; }
a { background-color: rgb(186,158,221); }
div.DivClassName
{
background-color: #BA9EDD;
}
.BgClassName
{
background-color: #BA9EDD;
}
</style>
border-color css
<style>
span { border-color: #BA9EDD; }
span { border-color: rgb(186,158,221); }
td.TdClassName
{
border-color: #BA9EDD;
}
.TagClassName
{
border-color: #BA9EDD;
}
</style>