Shades of Perfume #BA98F9
Tints of Perfume #BA98F9
RGB
CMYK
RGB Variations
Color information
#BA98F9 (or 0xBA98F9) is known color: Perfume. HEX triplet: BA, 98 and F9. RGB value is (186,152,249). Sum of RGB (Red+Green+Blue) = 186+152+249=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98F9 is #456706. Grayscale: #ACACAC. Windows color (decimal): -4548359 or 16357562. OLE color: 16357562.
HSL color Cylindrical-coordinate representation of color #BA98F9: hue angle of 261.03º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA98F9 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 152 | 249 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.02 |
| HSL | 261.03º | 0.89% | 0.79% | - |
| HSV(B) | 261.03º | 0.39% | 0.98% | - |
| XYZ | 48.58 | 39.74 | 94.73 | - |
| YUV | 173.22 | 170.76 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 249 | 0.25 | 0.39 | 0 | 0.02 | 261.03 | 0.89 | 0.79 |
| Hex | BA | 98 | F9 | 19 | 27 | 0 | 2 | 105 | 59 | 4F |
| Octal | 272 | 230 | 371 | 31 | 47 | 0 | 2 | 405 | 131 | 117 |
| Binary | 10111010 | 10011000 | 11111001 | 11001 | 100111 | 0 | 10 | 100000101 | 1011001 | 1001111 |
Color Harmonies of #BA98F9
Complementary color
Monochromatic Colors of #BA98F9
Black with #BA98F9
Text Example
Text Example
White with #BA98F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98F9; }
p { color: rgb(186,152,249); }
H1.HeaderClassName
{
color: #BA98F9;
}
.AnyTagClassName
{
color: #BA98F9;
}
</style>
background-color css
<style>
a { background-color: #BA98F9; }
a { background-color: rgb(186,152,249); }
div.DivClassName
{
background-color: #BA98F9;
}
.BgClassName
{
background-color: #BA98F9;
}
</style>
border-color css
<style>
span { border-color: #BA98F9; }
span { border-color: rgb(186,152,249); }
td.TdClassName
{
border-color: #BA98F9;
}
.TagClassName
{
border-color: #BA98F9;
}
</style>