Shades of Perfume #BA99F4
Tints of Perfume #BA99F4
RGB
CMYK
RGB Variations
Color information
#BA99F4 (or 0xBA99F4) is known color: Perfume. HEX triplet: BA, 99 and F4. RGB value is (186,153,244). Sum of RGB (Red+Green+Blue) = 186+153+244=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA99F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99F4 is #45660B. Grayscale: #ACACAC. Windows color (decimal): -4548108 or 16030138. OLE color: 16030138.
HSL color Cylindrical-coordinate representation of color #BA99F4: hue angle of 261.76º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA99F4 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 153 | 244 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.04 |
| HSL | 261.76º | 0.81% | 0.78% | - |
| HSV(B) | 261.76º | 0.37% | 0.96% | - |
| XYZ | 47.97 | 39.75 | 90.73 | - |
| YUV | 173.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 244 | 0.24 | 0.37 | 0 | 0.04 | 261.76 | 0.81 | 0.78 |
| Hex | BA | 99 | F4 | 18 | 25 | 0 | 4 | 106 | 51 | 4E |
| Octal | 272 | 231 | 364 | 30 | 45 | 0 | 4 | 406 | 121 | 116 |
| Binary | 10111010 | 10011001 | 11110100 | 11000 | 100101 | 0 | 100 | 100000110 | 1010001 | 1001110 |
Color Harmonies of #BA99F4
Complementary color
Monochromatic Colors of #BA99F4
Black with #BA99F4
Text Example
Text Example
White with #BA99F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99F4; }
p { color: rgb(186,153,244); }
H1.HeaderClassName
{
color: #BA99F4;
}
.AnyTagClassName
{
color: #BA99F4;
}
</style>
background-color css
<style>
a { background-color: #BA99F4; }
a { background-color: rgb(186,153,244); }
div.DivClassName
{
background-color: #BA99F4;
}
.BgClassName
{
background-color: #BA99F4;
}
</style>
border-color css
<style>
span { border-color: #BA99F4; }
span { border-color: rgb(186,153,244); }
td.TdClassName
{
border-color: #BA99F4;
}
.TagClassName
{
border-color: #BA99F4;
}
</style>