Shades of Perfume #BA98DA
Tints of Perfume #BA98DA
RGB
CMYK
RGB Variations
Color information
#BA98DA (or 0xBA98DA) is known color: Perfume. HEX triplet: BA, 98 and DA. RGB value is (186,152,218). Sum of RGB (Red+Green+Blue) = 186+152+218=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98DA is #456725. Grayscale: #A9A9A9. Windows color (decimal): -4548390 or 14325946. OLE color: 14325946.
HSL color Cylindrical-coordinate representation of color #BA98DA: hue angle of 270.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA98DA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 152 | 218 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.15 |
| HSL | 270.91º | 0.47% | 0.73% | - |
| HSV(B) | 270.91º | 0.3% | 0.85% | - |
| XYZ | 44.13 | 37.96 | 71.33 | - |
| YUV | 169.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 218 | 0.15 | 0.30 | 0 | 0.15 | 270.91 | 0.47 | 0.73 |
| Hex | BA | 98 | DA | F | 1E | 0 | F | 10F | 2F | 49 |
| Octal | 272 | 230 | 332 | 17 | 36 | 0 | 17 | 417 | 57 | 111 |
| Binary | 10111010 | 10011000 | 11011010 | 1111 | 11110 | 0 | 1111 | 100001111 | 101111 | 1001001 |
Color Harmonies of #BA98DA
Complementary color
Monochromatic Colors of #BA98DA
Black with #BA98DA
Text Example
Text Example
White with #BA98DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98DA; }
p { color: rgb(186,152,218); }
H1.HeaderClassName
{
color: #BA98DA;
}
.AnyTagClassName
{
color: #BA98DA;
}
</style>
background-color css
<style>
a { background-color: #BA98DA; }
a { background-color: rgb(186,152,218); }
div.DivClassName
{
background-color: #BA98DA;
}
.BgClassName
{
background-color: #BA98DA;
}
</style>
border-color css
<style>
span { border-color: #BA98DA; }
span { border-color: rgb(186,152,218); }
td.TdClassName
{
border-color: #BA98DA;
}
.TagClassName
{
border-color: #BA98DA;
}
</style>