Shades of Perfume #BA94F3
Tints of Perfume #BA94F3
RGB
CMYK
RGB Variations
Color information
#BA94F3 (or 0xBA94F3) is known color: Perfume. HEX triplet: BA, 94 and F3. RGB value is (186,148,243). Sum of RGB (Red+Green+Blue) = 186+148+243=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA94F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94F3 is #456B0C. Grayscale: #A9A9A9. Windows color (decimal): -4549389 or 15963322. OLE color: 15963322.
HSL color Cylindrical-coordinate representation of color #BA94F3: hue angle of 264º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA94F3 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 148 | 243 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.05 |
| HSL | 264º | 0.8% | 0.77% | - |
| HSV(B) | 264º | 0.39% | 0.95% | - |
| XYZ | 47.02 | 38.09 | 89.67 | - |
| YUV | 170.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 243 | 0.23 | 0.39 | 0 | 0.05 | 264 | 0.8 | 0.77 |
| Hex | BA | 94 | F3 | 17 | 27 | 0 | 5 | 108 | 50 | 4D |
| Octal | 272 | 224 | 363 | 27 | 47 | 0 | 5 | 410 | 120 | 115 |
| Binary | 10111010 | 10010100 | 11110011 | 10111 | 100111 | 0 | 101 | 100001000 | 1010000 | 1001101 |
Color Harmonies of #BA94F3
Complementary color
Monochromatic Colors of #BA94F3
Black with #BA94F3
Text Example
Text Example
White with #BA94F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94F3; }
p { color: rgb(186,148,243); }
H1.HeaderClassName
{
color: #BA94F3;
}
.AnyTagClassName
{
color: #BA94F3;
}
</style>
background-color css
<style>
a { background-color: #BA94F3; }
a { background-color: rgb(186,148,243); }
div.DivClassName
{
background-color: #BA94F3;
}
.BgClassName
{
background-color: #BA94F3;
}
</style>
border-color css
<style>
span { border-color: #BA94F3; }
span { border-color: rgb(186,148,243); }
td.TdClassName
{
border-color: #BA94F3;
}
.TagClassName
{
border-color: #BA94F3;
}
</style>