Shades of Perfume #BA9ECD
Tints of Perfume #BA9ECD
RGB
CMYK
RGB Variations
Color information
#BA9ECD (or 0xBA9ECD) is known color: Perfume. HEX triplet: BA, 9E and CD. RGB value is (186,158,205). Sum of RGB (Red+Green+Blue) = 186+158+205=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ECD is #456132. Grayscale: #ABABAB. Windows color (decimal): -4546867 or 13475514. OLE color: 13475514.
HSL color Cylindrical-coordinate representation of color #BA9ECD: hue angle of 275.74º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9ECD is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 158 | 205 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.20 |
| HSL | 275.74º | 0.32% | 0.71% | - |
| HSV(B) | 275.74º | 0.23% | 0.8% | - |
| XYZ | 43.5 | 39.3 | 63.05 | - |
| YUV | 171.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 205 | 0.09 | 0.23 | 0 | 0.20 | 275.74 | 0.32 | 0.71 |
| Hex | BA | 9E | CD | 9 | 17 | 0 | 14 | 114 | 20 | 47 |
| Octal | 272 | 236 | 315 | 11 | 27 | 0 | 24 | 424 | 40 | 107 |
| Binary | 10111010 | 10011110 | 11001101 | 1001 | 10111 | 0 | 10100 | 100010100 | 100000 | 1000111 |
Color Harmonies of #BA9ECD
Complementary color
Monochromatic Colors of #BA9ECD
Black with #BA9ECD
Text Example
Text Example
White with #BA9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ECD; }
p { color: rgb(186,158,205); }
H1.HeaderClassName
{
color: #BA9ECD;
}
.AnyTagClassName
{
color: #BA9ECD;
}
</style>
background-color css
<style>
a { background-color: #BA9ECD; }
a { background-color: rgb(186,158,205); }
div.DivClassName
{
background-color: #BA9ECD;
}
.BgClassName
{
background-color: #BA9ECD;
}
</style>
border-color css
<style>
span { border-color: #BA9ECD; }
span { border-color: rgb(186,158,205); }
td.TdClassName
{
border-color: #BA9ECD;
}
.TagClassName
{
border-color: #BA9ECD;
}
</style>