Shades of Perfume #BA99FA
Tints of Perfume #BA99FA
RGB
CMYK
RGB Variations
Color information
#BA99FA (or 0xBA99FA) is known color: Perfume. HEX triplet: BA, 99 and FA. RGB value is (186,153,250). Sum of RGB (Red+Green+Blue) = 186+153+250=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99FA is #456605. Grayscale: #ADADAD. Windows color (decimal): -4548102 or 16423354. OLE color: 16423354.
HSL color Cylindrical-coordinate representation of color #BA99FA: hue angle of 260.41º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA99FA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 153 | 250 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.02 |
| HSL | 260.41º | 0.91% | 0.79% | - |
| HSV(B) | 260.41º | 0.39% | 0.98% | - |
| XYZ | 48.9 | 40.12 | 95.61 | - |
| YUV | 173.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 250 | 0.26 | 0.39 | 0 | 0.02 | 260.41 | 0.91 | 0.79 |
| Hex | BA | 99 | FA | 1A | 27 | 0 | 2 | 104 | 5B | 4F |
| Octal | 272 | 231 | 372 | 32 | 47 | 0 | 2 | 404 | 133 | 117 |
| Binary | 10111010 | 10011001 | 11111010 | 11010 | 100111 | 0 | 10 | 100000100 | 1011011 | 1001111 |
Color Harmonies of #BA99FA
Complementary color
Monochromatic Colors of #BA99FA
Black with #BA99FA
Text Example
Text Example
White with #BA99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99FA; }
p { color: rgb(186,153,250); }
H1.HeaderClassName
{
color: #BA99FA;
}
.AnyTagClassName
{
color: #BA99FA;
}
</style>
background-color css
<style>
a { background-color: #BA99FA; }
a { background-color: rgb(186,153,250); }
div.DivClassName
{
background-color: #BA99FA;
}
.BgClassName
{
background-color: #BA99FA;
}
</style>
border-color css
<style>
span { border-color: #BA99FA; }
span { border-color: rgb(186,153,250); }
td.TdClassName
{
border-color: #BA99FA;
}
.TagClassName
{
border-color: #BA99FA;
}
</style>