Shades of Perfume #BA9CDA
Tints of Perfume #BA9CDA
RGB
CMYK
RGB Variations
Color information
#BA9CDA (or 0xBA9CDA) is known color: Perfume. HEX triplet: BA, 9C and DA. RGB value is (186,156,218). Sum of RGB (Red+Green+Blue) = 186+156+218=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CDA is #456325. Grayscale: #ABABAB. Windows color (decimal): -4547366 or 14326970. OLE color: 14326970.
HSL color Cylindrical-coordinate representation of color #BA9CDA: hue angle of 269.03º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9CDA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 156 | 218 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.15 |
| HSL | 269.03º | 0.46% | 0.73% | - |
| HSV(B) | 269.03º | 0.28% | 0.85% | - |
| XYZ | 44.79 | 39.28 | 71.55 | - |
| YUV | 172.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 218 | 0.15 | 0.28 | 0 | 0.15 | 269.03 | 0.46 | 0.73 |
| Hex | BA | 9C | DA | F | 1C | 0 | F | 10D | 2E | 49 |
| Octal | 272 | 234 | 332 | 17 | 34 | 0 | 17 | 415 | 56 | 111 |
| Binary | 10111010 | 10011100 | 11011010 | 1111 | 11100 | 0 | 1111 | 100001101 | 101110 | 1001001 |
Color Harmonies of #BA9CDA
Complementary color
Monochromatic Colors of #BA9CDA
Black with #BA9CDA
Text Example
Text Example
White with #BA9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CDA; }
p { color: rgb(186,156,218); }
H1.HeaderClassName
{
color: #BA9CDA;
}
.AnyTagClassName
{
color: #BA9CDA;
}
</style>
background-color css
<style>
a { background-color: #BA9CDA; }
a { background-color: rgb(186,156,218); }
div.DivClassName
{
background-color: #BA9CDA;
}
.BgClassName
{
background-color: #BA9CDA;
}
</style>
border-color css
<style>
span { border-color: #BA9CDA; }
span { border-color: rgb(186,156,218); }
td.TdClassName
{
border-color: #BA9CDA;
}
.TagClassName
{
border-color: #BA9CDA;
}
</style>