Shades of Perfume #BA9FFC
Tints of Perfume #BA9FFC
RGB
CMYK
RGB Variations
Color information
#BA9FFC (or 0xBA9FFC) is known color: Perfume. HEX triplet: BA, 9F and FC. RGB value is (186,159,252). Sum of RGB (Red+Green+Blue) = 186+159+252=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FFC is #456003. Grayscale: #B1B1B1. Windows color (decimal): -4546564 or 16555962. OLE color: 16555962.
HSL color Cylindrical-coordinate representation of color #BA9FFC: hue angle of 257.42º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9FFC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 159 | 252 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.01 |
| HSL | 257.42º | 0.94% | 0.81% | - |
| HSV(B) | 257.42º | 0.37% | 0.99% | - |
| XYZ | 50.22 | 42.26 | 97.61 | - |
| YUV | 177.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 252 | 0.26 | 0.37 | 0 | 0.01 | 257.42 | 0.94 | 0.81 |
| Hex | BA | 9F | FC | 1A | 25 | 0 | 1 | 101 | 5E | 51 |
| Octal | 272 | 237 | 374 | 32 | 45 | 0 | 1 | 401 | 136 | 121 |
| Binary | 10111010 | 10011111 | 11111100 | 11010 | 100101 | 0 | 1 | 100000001 | 1011110 | 1010001 |
Color Harmonies of #BA9FFC
Complementary color
Monochromatic Colors of #BA9FFC
Black with #BA9FFC
Text Example
Text Example
White with #BA9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FFC; }
p { color: rgb(186,159,252); }
H1.HeaderClassName
{
color: #BA9FFC;
}
.AnyTagClassName
{
color: #BA9FFC;
}
</style>
background-color css
<style>
a { background-color: #BA9FFC; }
a { background-color: rgb(186,159,252); }
div.DivClassName
{
background-color: #BA9FFC;
}
.BgClassName
{
background-color: #BA9FFC;
}
</style>
border-color css
<style>
span { border-color: #BA9FFC; }
span { border-color: rgb(186,159,252); }
td.TdClassName
{
border-color: #BA9FFC;
}
.TagClassName
{
border-color: #BA9FFC;
}
</style>