Shades of Perfume #BA94F7
Tints of Perfume #BA94F7
RGB
CMYK
RGB Variations
Color information
#BA94F7 (or 0xBA94F7) is known color: Perfume. HEX triplet: BA, 94 and F7. RGB value is (186,148,247). Sum of RGB (Red+Green+Blue) = 186+148+247=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA94F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94F7 is #456B08. Grayscale: #AAAAAA. Windows color (decimal): -4549385 or 16225466. OLE color: 16225466.
HSL color Cylindrical-coordinate representation of color #BA94F7: hue angle of 263.03º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA94F7 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 148 | 247 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.03 |
| HSL | 263.03º | 0.86% | 0.77% | - |
| HSV(B) | 263.03º | 0.4% | 0.97% | - |
| XYZ | 47.63 | 38.33 | 92.88 | - |
| YUV | 170.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 247 | 0.25 | 0.40 | 0 | 0.03 | 263.03 | 0.86 | 0.77 |
| Hex | BA | 94 | F7 | 19 | 28 | 0 | 3 | 107 | 56 | 4D |
| Octal | 272 | 224 | 367 | 31 | 50 | 0 | 3 | 407 | 126 | 115 |
| Binary | 10111010 | 10010100 | 11110111 | 11001 | 101000 | 0 | 11 | 100000111 | 1010110 | 1001101 |
Color Harmonies of #BA94F7
Complementary color
Monochromatic Colors of #BA94F7
Black with #BA94F7
Text Example
Text Example
White with #BA94F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94F7; }
p { color: rgb(186,148,247); }
H1.HeaderClassName
{
color: #BA94F7;
}
.AnyTagClassName
{
color: #BA94F7;
}
</style>
background-color css
<style>
a { background-color: #BA94F7; }
a { background-color: rgb(186,148,247); }
div.DivClassName
{
background-color: #BA94F7;
}
.BgClassName
{
background-color: #BA94F7;
}
</style>
border-color css
<style>
span { border-color: #BA94F7; }
span { border-color: rgb(186,148,247); }
td.TdClassName
{
border-color: #BA94F7;
}
.TagClassName
{
border-color: #BA94F7;
}
</style>