Shades of Perfume #BA98DD
Tints of Perfume #BA98DD
RGB
CMYK
RGB Variations
Color information
#BA98DD (or 0xBA98DD) is known color: Perfume. HEX triplet: BA, 98 and DD. RGB value is (186,152,221). Sum of RGB (Red+Green+Blue) = 186+152+221=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98DD is #456722. Grayscale: #A9A9A9. Windows color (decimal): -4548387 or 14522554. OLE color: 14522554.
HSL color Cylindrical-coordinate representation of color #BA98DD: hue angle of 269.57º 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 #BA98DD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 152 | 221 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.13 |
| HSL | 269.57º | 0.5% | 0.73% | - |
| HSV(B) | 269.57º | 0.31% | 0.87% | - |
| XYZ | 44.53 | 38.12 | 73.42 | - |
| YUV | 170.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 221 | 0.16 | 0.31 | 0 | 0.13 | 269.57 | 0.5 | 0.73 |
| Hex | BA | 98 | DD | 10 | 1F | 0 | D | 10E | 32 | 49 |
| Octal | 272 | 230 | 335 | 20 | 37 | 0 | 15 | 416 | 62 | 111 |
| Binary | 10111010 | 10011000 | 11011101 | 10000 | 11111 | 0 | 1101 | 100001110 | 110010 | 1001001 |
Color Harmonies of #BA98DD
Complementary color
Monochromatic Colors of #BA98DD
Black with #BA98DD
Text Example
Text Example
White with #BA98DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98DD; }
p { color: rgb(186,152,221); }
H1.HeaderClassName
{
color: #BA98DD;
}
.AnyTagClassName
{
color: #BA98DD;
}
</style>
background-color css
<style>
a { background-color: #BA98DD; }
a { background-color: rgb(186,152,221); }
div.DivClassName
{
background-color: #BA98DD;
}
.BgClassName
{
background-color: #BA98DD;
}
</style>
border-color css
<style>
span { border-color: #BA98DD; }
span { border-color: rgb(186,152,221); }
td.TdClassName
{
border-color: #BA98DD;
}
.TagClassName
{
border-color: #BA98DD;
}
</style>