Shades of Perfume #BA98DB
Tints of Perfume #BA98DB
RGB
CMYK
RGB Variations
Color information
#BA98DB (or 0xBA98DB) is known color: Perfume. HEX triplet: BA, 98 and DB. RGB value is (186,152,219). Sum of RGB (Red+Green+Blue) = 186+152+219=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98DB is #456724. Grayscale: #A9A9A9. Windows color (decimal): -4548389 or 14391482. OLE color: 14391482.
HSL color Cylindrical-coordinate representation of color #BA98DB: hue angle of 270.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA98DB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 152 | 219 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.14 |
| HSL | 270.45º | 0.48% | 0.73% | - |
| HSV(B) | 270.45º | 0.31% | 0.86% | - |
| XYZ | 44.26 | 38.01 | 72.02 | - |
| YUV | 169.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 219 | 0.15 | 0.31 | 0 | 0.14 | 270.45 | 0.48 | 0.73 |
| Hex | BA | 98 | DB | F | 1F | 0 | E | 10E | 30 | 49 |
| Octal | 272 | 230 | 333 | 17 | 37 | 0 | 16 | 416 | 60 | 111 |
| Binary | 10111010 | 10011000 | 11011011 | 1111 | 11111 | 0 | 1110 | 100001110 | 110000 | 1001001 |
Color Harmonies of #BA98DB
Complementary color
Monochromatic Colors of #BA98DB
Black with #BA98DB
Text Example
Text Example
White with #BA98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98DB; }
p { color: rgb(186,152,219); }
H1.HeaderClassName
{
color: #BA98DB;
}
.AnyTagClassName
{
color: #BA98DB;
}
</style>
background-color css
<style>
a { background-color: #BA98DB; }
a { background-color: rgb(186,152,219); }
div.DivClassName
{
background-color: #BA98DB;
}
.BgClassName
{
background-color: #BA98DB;
}
</style>
border-color css
<style>
span { border-color: #BA98DB; }
span { border-color: rgb(186,152,219); }
td.TdClassName
{
border-color: #BA98DB;
}
.TagClassName
{
border-color: #BA98DB;
}
</style>