Shades of Perfume #BA99FE
Tints of Perfume #BA99FE
RGB
CMYK
RGB Variations
Color information
#BA99FE (or 0xBA99FE) is known color: Perfume. HEX triplet: BA, 99 and FE. RGB value is (186,153,254). Sum of RGB (Red+Green+Blue) = 186+153+254=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99FE is #456601. Grayscale: #AEAEAE. Windows color (decimal): -4548098 or 16685498. OLE color: 16685498.
HSL color Cylindrical-coordinate representation of color #BA99FE: hue angle of 259.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA99FE is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 153 | 254 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.00 |
| HSL | 259.6º | 0.98% | 0.8% | - |
| HSV(B) | 259.6º | 0.4% | 1% | - |
| XYZ | 49.53 | 40.38 | 98.95 | - |
| YUV | 174.38 | 172.93 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 254 | 0.27 | 0.40 | 0 | 0.00 | 259.6 | 0.98 | 0.8 |
| Hex | BA | 99 | FE | 1B | 28 | 0 | 0 | 104 | 62 | 50 |
| Octal | 272 | 231 | 376 | 33 | 50 | 0 | 0 | 404 | 142 | 120 |
| Binary | 10111010 | 10011001 | 11111110 | 11011 | 101000 | 0 | 0 | 100000100 | 1100010 | 1010000 |
Color Harmonies of #BA99FE
Complementary color
Monochromatic Colors of #BA99FE
Black with #BA99FE
Text Example
Text Example
White with #BA99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99FE; }
p { color: rgb(186,153,254); }
H1.HeaderClassName
{
color: #BA99FE;
}
.AnyTagClassName
{
color: #BA99FE;
}
</style>
background-color css
<style>
a { background-color: #BA99FE; }
a { background-color: rgb(186,153,254); }
div.DivClassName
{
background-color: #BA99FE;
}
.BgClassName
{
background-color: #BA99FE;
}
</style>
border-color css
<style>
span { border-color: #BA99FE; }
span { border-color: rgb(186,153,254); }
td.TdClassName
{
border-color: #BA99FE;
}
.TagClassName
{
border-color: #BA99FE;
}
</style>