Shades of Perfume #BA92FA
Tints of Perfume #BA92FA
RGB
CMYK
RGB Variations
Color information
#BA92FA (or 0xBA92FA) is known color: Perfume. HEX triplet: BA, 92 and FA. RGB value is (186,146,250). Sum of RGB (Red+Green+Blue) = 186+146+250=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA92FA is #456D05. Grayscale: #A9A9A9. Windows color (decimal): -4549894 or 16421562. OLE color: 16421562.
HSL color Cylindrical-coordinate representation of color #BA92FA: hue angle of 263.08º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA92FA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 146 | 250 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.02 |
| HSL | 263.08º | 0.91% | 0.78% | - |
| HSV(B) | 263.08º | 0.42% | 0.98% | - |
| XYZ | 47.78 | 37.9 | 95.24 | - |
| YUV | 169.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 250 | 0.26 | 0.42 | 0 | 0.02 | 263.08 | 0.91 | 0.78 |
| Hex | BA | 92 | FA | 1A | 2A | 0 | 2 | 107 | 5B | 4E |
| Octal | 272 | 222 | 372 | 32 | 52 | 0 | 2 | 407 | 133 | 116 |
| Binary | 10111010 | 10010010 | 11111010 | 11010 | 101010 | 0 | 10 | 100000111 | 1011011 | 1001110 |
Color Harmonies of #BA92FA
Complementary color
Monochromatic Colors of #BA92FA
Black with #BA92FA
Text Example
Text Example
White with #BA92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92FA; }
p { color: rgb(186,146,250); }
H1.HeaderClassName
{
color: #BA92FA;
}
.AnyTagClassName
{
color: #BA92FA;
}
</style>
background-color css
<style>
a { background-color: #BA92FA; }
a { background-color: rgb(186,146,250); }
div.DivClassName
{
background-color: #BA92FA;
}
.BgClassName
{
background-color: #BA92FA;
}
</style>
border-color css
<style>
span { border-color: #BA92FA; }
span { border-color: rgb(186,146,250); }
td.TdClassName
{
border-color: #BA92FA;
}
.TagClassName
{
border-color: #BA92FA;
}
</style>