Shades of Perfume #BA9AED
Tints of Perfume #BA9AED
RGB
CMYK
RGB Variations
Color information
#BA9AED (or 0xBA9AED) is known color: Perfume. HEX triplet: BA, 9A and ED. RGB value is (186,154,237). Sum of RGB (Red+Green+Blue) = 186+154+237=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AED is #456512. Grayscale: #ACACAC. Windows color (decimal): -4547859 or 15571642. OLE color: 15571642.
HSL color Cylindrical-coordinate representation of color #BA9AED: hue angle of 263.13º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9AED is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 154 | 237 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.07 |
| HSL | 263.13º | 0.7% | 0.77% | - |
| HSV(B) | 263.13º | 0.35% | 0.93% | - |
| XYZ | 47.09 | 39.66 | 85.29 | - |
| YUV | 173.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 237 | 0.22 | 0.35 | 0 | 0.07 | 263.13 | 0.7 | 0.77 |
| Hex | BA | 9A | ED | 16 | 23 | 0 | 7 | 107 | 46 | 4D |
| Octal | 272 | 232 | 355 | 26 | 43 | 0 | 7 | 407 | 106 | 115 |
| Binary | 10111010 | 10011010 | 11101101 | 10110 | 100011 | 0 | 111 | 100000111 | 1000110 | 1001101 |
Color Harmonies of #BA9AED
Complementary color
Monochromatic Colors of #BA9AED
Black with #BA9AED
Text Example
Text Example
White with #BA9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AED; }
p { color: rgb(186,154,237); }
H1.HeaderClassName
{
color: #BA9AED;
}
.AnyTagClassName
{
color: #BA9AED;
}
</style>
background-color css
<style>
a { background-color: #BA9AED; }
a { background-color: rgb(186,154,237); }
div.DivClassName
{
background-color: #BA9AED;
}
.BgClassName
{
background-color: #BA9AED;
}
</style>
border-color css
<style>
span { border-color: #BA9AED; }
span { border-color: rgb(186,154,237); }
td.TdClassName
{
border-color: #BA9AED;
}
.TagClassName
{
border-color: #BA9AED;
}
</style>