Shades of Perfume #BA9FDD
Tints of Perfume #BA9FDD
RGB
CMYK
RGB Variations
Color information
#BA9FDD (or 0xBA9FDD) is known color: Perfume. HEX triplet: BA, 9F and DD. RGB value is (186,159,221). Sum of RGB (Red+Green+Blue) = 186+159+221=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FDD is #456022. Grayscale: #ADADAD. Windows color (decimal): -4546595 or 14524346. OLE color: 14524346.
HSL color Cylindrical-coordinate representation of color #BA9FDD: hue angle of 266.13º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9FDD is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 159 | 221 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.13 |
| HSL | 266.13º | 0.48% | 0.75% | - |
| HSV(B) | 266.13º | 0.28% | 0.87% | - |
| XYZ | 45.7 | 40.46 | 73.81 | - |
| YUV | 174.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 221 | 0.16 | 0.28 | 0 | 0.13 | 266.13 | 0.48 | 0.75 |
| Hex | BA | 9F | DD | 10 | 1C | 0 | D | 10A | 30 | 4B |
| Octal | 272 | 237 | 335 | 20 | 34 | 0 | 15 | 412 | 60 | 113 |
| Binary | 10111010 | 10011111 | 11011101 | 10000 | 11100 | 0 | 1101 | 100001010 | 110000 | 1001011 |
Color Harmonies of #BA9FDD
Complementary color
Monochromatic Colors of #BA9FDD
Black with #BA9FDD
Text Example
Text Example
White with #BA9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FDD; }
p { color: rgb(186,159,221); }
H1.HeaderClassName
{
color: #BA9FDD;
}
.AnyTagClassName
{
color: #BA9FDD;
}
</style>
background-color css
<style>
a { background-color: #BA9FDD; }
a { background-color: rgb(186,159,221); }
div.DivClassName
{
background-color: #BA9FDD;
}
.BgClassName
{
background-color: #BA9FDD;
}
</style>
border-color css
<style>
span { border-color: #BA9FDD; }
span { border-color: rgb(186,159,221); }
td.TdClassName
{
border-color: #BA9FDD;
}
.TagClassName
{
border-color: #BA9FDD;
}
</style>