Shades of Perfume #BA9ADA
Tints of Perfume #BA9ADA
RGB
CMYK
RGB Variations
Color information
#BA9ADA (or 0xBA9ADA) is known color: Perfume. HEX triplet: BA, 9A and DA. RGB value is (186,154,218). Sum of RGB (Red+Green+Blue) = 186+154+218=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ADA is #456525. Grayscale: #AAAAAA. Windows color (decimal): -4547878 or 14326458. OLE color: 14326458.
HSL color Cylindrical-coordinate representation of color #BA9ADA: hue angle of 270º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9ADA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 154 | 218 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.15 |
| HSL | 270º | 0.46% | 0.73% | - |
| HSV(B) | 270º | 0.29% | 0.85% | - |
| XYZ | 44.46 | 38.61 | 71.44 | - |
| YUV | 170.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 218 | 0.15 | 0.29 | 0 | 0.15 | 270 | 0.46 | 0.73 |
| Hex | BA | 9A | DA | F | 1D | 0 | F | 10E | 2E | 49 |
| Octal | 272 | 232 | 332 | 17 | 35 | 0 | 17 | 416 | 56 | 111 |
| Binary | 10111010 | 10011010 | 11011010 | 1111 | 11101 | 0 | 1111 | 100001110 | 101110 | 1001001 |
Color Harmonies of #BA9ADA
Complementary color
Monochromatic Colors of #BA9ADA
Black with #BA9ADA
Text Example
Text Example
White with #BA9ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ADA; }
p { color: rgb(186,154,218); }
H1.HeaderClassName
{
color: #BA9ADA;
}
.AnyTagClassName
{
color: #BA9ADA;
}
</style>
background-color css
<style>
a { background-color: #BA9ADA; }
a { background-color: rgb(186,154,218); }
div.DivClassName
{
background-color: #BA9ADA;
}
.BgClassName
{
background-color: #BA9ADA;
}
</style>
border-color css
<style>
span { border-color: #BA9ADA; }
span { border-color: rgb(186,154,218); }
td.TdClassName
{
border-color: #BA9ADA;
}
.TagClassName
{
border-color: #BA9ADA;
}
</style>