Shades of Perfume #BA99DD
Tints of Perfume #BA99DD
RGB
CMYK
RGB Variations
Color information
#BA99DD (or 0xBA99DD) is known color: Perfume. HEX triplet: BA, 99 and DD. RGB value is (186,153,221). Sum of RGB (Red+Green+Blue) = 186+153+221=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99DD is #456622. Grayscale: #AAAAAA. Windows color (decimal): -4548131 or 14522810. OLE color: 14522810.
HSL color Cylindrical-coordinate representation of color #BA99DD: hue angle of 269.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA99DD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 153 | 221 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.13 |
| HSL | 269.12º | 0.5% | 0.73% | - |
| HSV(B) | 269.12º | 0.31% | 0.87% | - |
| XYZ | 44.69 | 38.44 | 73.47 | - |
| YUV | 170.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 221 | 0.16 | 0.31 | 0 | 0.13 | 269.12 | 0.5 | 0.73 |
| Hex | BA | 99 | DD | 10 | 1F | 0 | D | 10D | 32 | 49 |
| Octal | 272 | 231 | 335 | 20 | 37 | 0 | 15 | 415 | 62 | 111 |
| Binary | 10111010 | 10011001 | 11011101 | 10000 | 11111 | 0 | 1101 | 100001101 | 110010 | 1001001 |
Color Harmonies of #BA99DD
Complementary color
Monochromatic Colors of #BA99DD
Black with #BA99DD
Text Example
Text Example
White with #BA99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99DD; }
p { color: rgb(186,153,221); }
H1.HeaderClassName
{
color: #BA99DD;
}
.AnyTagClassName
{
color: #BA99DD;
}
</style>
background-color css
<style>
a { background-color: #BA99DD; }
a { background-color: rgb(186,153,221); }
div.DivClassName
{
background-color: #BA99DD;
}
.BgClassName
{
background-color: #BA99DD;
}
</style>
border-color css
<style>
span { border-color: #BA99DD; }
span { border-color: rgb(186,153,221); }
td.TdClassName
{
border-color: #BA99DD;
}
.TagClassName
{
border-color: #BA99DD;
}
</style>