Shades of Perfume #BA98FC
Tints of Perfume #BA98FC
RGB
CMYK
RGB Variations
Color information
#BA98FC (or 0xBA98FC) is known color: Perfume. HEX triplet: BA, 98 and FC. RGB value is (186,152,252). Sum of RGB (Red+Green+Blue) = 186+152+252=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA98FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98FC is #456703. Grayscale: #ADADAD. Windows color (decimal): -4548356 or 16554170. OLE color: 16554170.
HSL color Cylindrical-coordinate representation of color #BA98FC: hue angle of 260.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA98FC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 152 | 252 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.01 |
| HSL | 260.4º | 0.94% | 0.79% | - |
| HSV(B) | 260.4º | 0.4% | 0.99% | - |
| XYZ | 49.05 | 39.92 | 97.22 | - |
| YUV | 173.57 | 172.26 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 252 | 0.26 | 0.40 | 0 | 0.01 | 260.4 | 0.94 | 0.79 |
| Hex | BA | 98 | FC | 1A | 28 | 0 | 1 | 104 | 5E | 4F |
| Octal | 272 | 230 | 374 | 32 | 50 | 0 | 1 | 404 | 136 | 117 |
| Binary | 10111010 | 10011000 | 11111100 | 11010 | 101000 | 0 | 1 | 100000100 | 1011110 | 1001111 |
Color Harmonies of #BA98FC
Complementary color
Monochromatic Colors of #BA98FC
Black with #BA98FC
Text Example
Text Example
White with #BA98FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98FC; }
p { color: rgb(186,152,252); }
H1.HeaderClassName
{
color: #BA98FC;
}
.AnyTagClassName
{
color: #BA98FC;
}
</style>
background-color css
<style>
a { background-color: #BA98FC; }
a { background-color: rgb(186,152,252); }
div.DivClassName
{
background-color: #BA98FC;
}
.BgClassName
{
background-color: #BA98FC;
}
</style>
border-color css
<style>
span { border-color: #BA98FC; }
span { border-color: rgb(186,152,252); }
td.TdClassName
{
border-color: #BA98FC;
}
.TagClassName
{
border-color: #BA98FC;
}
</style>