Shades of Perfume #BA98F3
Tints of Perfume #BA98F3
RGB
CMYK
RGB Variations
Color information
#BA98F3 (or 0xBA98F3) is known color: Perfume. HEX triplet: BA, 98 and F3. RGB value is (186,152,243). Sum of RGB (Red+Green+Blue) = 186+152+243=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98F3 is #45670C. Grayscale: #ACACAC. Windows color (decimal): -4548365 or 15964346. OLE color: 15964346.
HSL color Cylindrical-coordinate representation of color #BA98F3: hue angle of 262.42º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA98F3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 152 | 243 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.05 |
| HSL | 262.42º | 0.79% | 0.77% | - |
| HSV(B) | 262.42º | 0.37% | 0.95% | - |
| XYZ | 47.66 | 39.37 | 89.88 | - |
| YUV | 172.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 243 | 0.23 | 0.37 | 0 | 0.05 | 262.42 | 0.79 | 0.77 |
| Hex | BA | 98 | F3 | 17 | 25 | 0 | 5 | 106 | 4F | 4D |
| Octal | 272 | 230 | 363 | 27 | 45 | 0 | 5 | 406 | 117 | 115 |
| Binary | 10111010 | 10011000 | 11110011 | 10111 | 100101 | 0 | 101 | 100000110 | 1001111 | 1001101 |
Color Harmonies of #BA98F3
Complementary color
Monochromatic Colors of #BA98F3
Black with #BA98F3
Text Example
Text Example
White with #BA98F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98F3; }
p { color: rgb(186,152,243); }
H1.HeaderClassName
{
color: #BA98F3;
}
.AnyTagClassName
{
color: #BA98F3;
}
</style>
background-color css
<style>
a { background-color: #BA98F3; }
a { background-color: rgb(186,152,243); }
div.DivClassName
{
background-color: #BA98F3;
}
.BgClassName
{
background-color: #BA98F3;
}
</style>
border-color css
<style>
span { border-color: #BA98F3; }
span { border-color: rgb(186,152,243); }
td.TdClassName
{
border-color: #BA98F3;
}
.TagClassName
{
border-color: #BA98F3;
}
</style>