Shades of Perfume #BA9DFA
Tints of Perfume #BA9DFA
RGB
CMYK
RGB Variations
Color information
#BA9DFA (or 0xBA9DFA) is known color: Perfume. HEX triplet: BA, 9D and FA. RGB value is (186,157,250). Sum of RGB (Red+Green+Blue) = 186+157+250=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DFA is #456205. Grayscale: #AFAFAF. Windows color (decimal): -4547078 or 16424378. OLE color: 16424378.
HSL color Cylindrical-coordinate representation of color #BA9DFA: hue angle of 258.71º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9DFA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 157 | 250 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.02 |
| HSL | 258.71º | 0.9% | 0.8% | - |
| HSV(B) | 258.71º | 0.37% | 0.98% | - |
| XYZ | 49.56 | 41.46 | 95.83 | - |
| YUV | 176.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 250 | 0.26 | 0.37 | 0 | 0.02 | 258.71 | 0.9 | 0.8 |
| Hex | BA | 9D | FA | 1A | 25 | 0 | 2 | 103 | 5A | 50 |
| Octal | 272 | 235 | 372 | 32 | 45 | 0 | 2 | 403 | 132 | 120 |
| Binary | 10111010 | 10011101 | 11111010 | 11010 | 100101 | 0 | 10 | 100000011 | 1011010 | 1010000 |
Color Harmonies of #BA9DFA
Complementary color
Monochromatic Colors of #BA9DFA
Black with #BA9DFA
Text Example
Text Example
White with #BA9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DFA; }
p { color: rgb(186,157,250); }
H1.HeaderClassName
{
color: #BA9DFA;
}
.AnyTagClassName
{
color: #BA9DFA;
}
</style>
background-color css
<style>
a { background-color: #BA9DFA; }
a { background-color: rgb(186,157,250); }
div.DivClassName
{
background-color: #BA9DFA;
}
.BgClassName
{
background-color: #BA9DFA;
}
</style>
border-color css
<style>
span { border-color: #BA9DFA; }
span { border-color: rgb(186,157,250); }
td.TdClassName
{
border-color: #BA9DFA;
}
.TagClassName
{
border-color: #BA9DFA;
}
</style>