Shades of Perfume #BA99DB
Tints of Perfume #BA99DB
RGB
CMYK
RGB Variations
Color information
#BA99DB (or 0xBA99DB) is known color: Perfume. HEX triplet: BA, 99 and DB. RGB value is (186,153,219). Sum of RGB (Red+Green+Blue) = 186+153+219=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99DB is #456624. Grayscale: #AAAAAA. Windows color (decimal): -4548133 or 14391738. OLE color: 14391738.
HSL color Cylindrical-coordinate representation of color #BA99DB: hue angle of 270º degrees, saturation: 0.48, 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 #BA99DB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 153 | 219 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.14 |
| HSL | 270º | 0.48% | 0.73% | - |
| HSV(B) | 270º | 0.3% | 0.86% | - |
| XYZ | 44.43 | 38.34 | 72.08 | - |
| YUV | 170.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 219 | 0.15 | 0.30 | 0 | 0.14 | 270 | 0.48 | 0.73 |
| Hex | BA | 99 | DB | F | 1E | 0 | E | 10E | 30 | 49 |
| Octal | 272 | 231 | 333 | 17 | 36 | 0 | 16 | 416 | 60 | 111 |
| Binary | 10111010 | 10011001 | 11011011 | 1111 | 11110 | 0 | 1110 | 100001110 | 110000 | 1001001 |
Color Harmonies of #BA99DB
Complementary color
Monochromatic Colors of #BA99DB
Black with #BA99DB
Text Example
Text Example
White with #BA99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99DB; }
p { color: rgb(186,153,219); }
H1.HeaderClassName
{
color: #BA99DB;
}
.AnyTagClassName
{
color: #BA99DB;
}
</style>
background-color css
<style>
a { background-color: #BA99DB; }
a { background-color: rgb(186,153,219); }
div.DivClassName
{
background-color: #BA99DB;
}
.BgClassName
{
background-color: #BA99DB;
}
</style>
border-color css
<style>
span { border-color: #BA99DB; }
span { border-color: rgb(186,153,219); }
td.TdClassName
{
border-color: #BA99DB;
}
.TagClassName
{
border-color: #BA99DB;
}
</style>