Shades of Perfume #BA98F0
Tints of Perfume #BA98F0
RGB
CMYK
RGB Variations
Color information
#BA98F0 (or 0xBA98F0) is known color: Perfume. HEX triplet: BA, 98 and F0. RGB value is (186,152,240). Sum of RGB (Red+Green+Blue) = 186+152+240=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA98F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98F0 is #45670F. Grayscale: #ABABAB. Windows color (decimal): -4548368 or 15767738. OLE color: 15767738.
HSL color Cylindrical-coordinate representation of color #BA98F0: hue angle of 263.18º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA98F0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 152 | 240 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.06 |
| HSL | 263.18º | 0.75% | 0.77% | - |
| HSV(B) | 263.18º | 0.37% | 0.94% | - |
| XYZ | 47.21 | 39.19 | 87.51 | - |
| YUV | 172.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 240 | 0.22 | 0.37 | 0 | 0.06 | 263.18 | 0.75 | 0.77 |
| Hex | BA | 98 | F0 | 16 | 25 | 0 | 6 | 107 | 4B | 4D |
| Octal | 272 | 230 | 360 | 26 | 45 | 0 | 6 | 407 | 113 | 115 |
| Binary | 10111010 | 10011000 | 11110000 | 10110 | 100101 | 0 | 110 | 100000111 | 1001011 | 1001101 |
Color Harmonies of #BA98F0
Complementary color
Monochromatic Colors of #BA98F0
Black with #BA98F0
Text Example
Text Example
White with #BA98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98F0; }
p { color: rgb(186,152,240); }
H1.HeaderClassName
{
color: #BA98F0;
}
.AnyTagClassName
{
color: #BA98F0;
}
</style>
background-color css
<style>
a { background-color: #BA98F0; }
a { background-color: rgb(186,152,240); }
div.DivClassName
{
background-color: #BA98F0;
}
.BgClassName
{
background-color: #BA98F0;
}
</style>
border-color css
<style>
span { border-color: #BA98F0; }
span { border-color: rgb(186,152,240); }
td.TdClassName
{
border-color: #BA98F0;
}
.TagClassName
{
border-color: #BA98F0;
}
</style>