Shades of Perfume #BA9ADC
Tints of Perfume #BA9ADC
RGB
CMYK
RGB Variations
Color information
#BA9ADC (or 0xBA9ADC) is known color: Perfume. HEX triplet: BA, 9A and DC. RGB value is (186,154,220). Sum of RGB (Red+Green+Blue) = 186+154+220=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ADC is #456523. Grayscale: #AAAAAA. Windows color (decimal): -4547876 or 14457530. OLE color: 14457530.
HSL color Cylindrical-coordinate representation of color #BA9ADC: hue angle of 269.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9ADC is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 154 | 220 | - |
| CMYK | 0.15 | 0.3 | 0 | 0.14 |
| HSL | 269.09º | 0.49% | 0.73% | - |
| HSV(B) | 269.09º | 0.3% | 0.86% | - |
| XYZ | 44.72 | 38.72 | 72.83 | - |
| YUV | 171.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 220 | 0.15 | 0.3 | 0 | 0.14 | 269.09 | 0.49 | 0.73 |
| Hex | BA | 9A | DC | F | 1E | 0 | E | 10D | 31 | 49 |
| Octal | 272 | 232 | 334 | 17 | 36 | 0 | 16 | 415 | 61 | 111 |
| Binary | 10111010 | 10011010 | 11011100 | 1111 | 11110 | 0 | 1110 | 100001101 | 110001 | 1001001 |
Color Harmonies of #BA9ADC
Complementary color
Monochromatic Colors of #BA9ADC
Black with #BA9ADC
Text Example
Text Example
White with #BA9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ADC; }
p { color: rgb(186,154,220); }
H1.HeaderClassName
{
color: #BA9ADC;
}
.AnyTagClassName
{
color: #BA9ADC;
}
</style>
background-color css
<style>
a { background-color: #BA9ADC; }
a { background-color: rgb(186,154,220); }
div.DivClassName
{
background-color: #BA9ADC;
}
.BgClassName
{
background-color: #BA9ADC;
}
</style>
border-color css
<style>
span { border-color: #BA9ADC; }
span { border-color: rgb(186,154,220); }
td.TdClassName
{
border-color: #BA9ADC;
}
.TagClassName
{
border-color: #BA9ADC;
}
</style>