Shades of Perfume #BA92F5
Tints of Perfume #BA92F5
RGB
CMYK
RGB Variations
Color information
#BA92F5 (or 0xBA92F5) is known color: Perfume. HEX triplet: BA, 92 and F5. RGB value is (186,146,245). Sum of RGB (Red+Green+Blue) = 186+146+245=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA92F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA92F5 is #456D0A. Grayscale: #A8A8A8. Windows color (decimal): -4549899 or 16093882. OLE color: 16093882.
HSL color Cylindrical-coordinate representation of color #BA92F5: hue angle of 264.24º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA92F5 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 146 | 245 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.04 |
| HSL | 264.24º | 0.83% | 0.77% | - |
| HSV(B) | 264.24º | 0.4% | 0.96% | - |
| XYZ | 47.01 | 37.59 | 91.16 | - |
| YUV | 169.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 245 | 0.24 | 0.40 | 0 | 0.04 | 264.24 | 0.83 | 0.77 |
| Hex | BA | 92 | F5 | 18 | 28 | 0 | 4 | 108 | 53 | 4D |
| Octal | 272 | 222 | 365 | 30 | 50 | 0 | 4 | 410 | 123 | 115 |
| Binary | 10111010 | 10010010 | 11110101 | 11000 | 101000 | 0 | 100 | 100001000 | 1010011 | 1001101 |
Color Harmonies of #BA92F5
Complementary color
Monochromatic Colors of #BA92F5
Black with #BA92F5
Text Example
Text Example
White with #BA92F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92F5; }
p { color: rgb(186,146,245); }
H1.HeaderClassName
{
color: #BA92F5;
}
.AnyTagClassName
{
color: #BA92F5;
}
</style>
background-color css
<style>
a { background-color: #BA92F5; }
a { background-color: rgb(186,146,245); }
div.DivClassName
{
background-color: #BA92F5;
}
.BgClassName
{
background-color: #BA92F5;
}
</style>
border-color css
<style>
span { border-color: #BA92F5; }
span { border-color: rgb(186,146,245); }
td.TdClassName
{
border-color: #BA92F5;
}
.TagClassName
{
border-color: #BA92F5;
}
</style>