Shades of Perfume #BA99F3
Tints of Perfume #BA99F3
RGB
CMYK
RGB Variations
Color information
#BA99F3 (or 0xBA99F3) is known color: Perfume. HEX triplet: BA, 99 and F3. RGB value is (186,153,243). Sum of RGB (Red+Green+Blue) = 186+153+243=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA99F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99F3 is #45660C. Grayscale: #ACACAC. Windows color (decimal): -4548109 or 15964602. OLE color: 15964602.
HSL color Cylindrical-coordinate representation of color #BA99F3: hue angle of 262º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA99F3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 153 | 243 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.05 |
| HSL | 262º | 0.79% | 0.78% | - |
| HSV(B) | 262º | 0.37% | 0.95% | - |
| XYZ | 47.82 | 39.69 | 89.94 | - |
| YUV | 173.13 | 167.43 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 243 | 0.23 | 0.37 | 0 | 0.05 | 262 | 0.79 | 0.78 |
| Hex | BA | 99 | F3 | 17 | 25 | 0 | 5 | 106 | 4F | 4E |
| Octal | 272 | 231 | 363 | 27 | 45 | 0 | 5 | 406 | 117 | 116 |
| Binary | 10111010 | 10011001 | 11110011 | 10111 | 100101 | 0 | 101 | 100000110 | 1001111 | 1001110 |
Color Harmonies of #BA99F3
Complementary color
Monochromatic Colors of #BA99F3
Black with #BA99F3
Text Example
Text Example
White with #BA99F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99F3; }
p { color: rgb(186,153,243); }
H1.HeaderClassName
{
color: #BA99F3;
}
.AnyTagClassName
{
color: #BA99F3;
}
</style>
background-color css
<style>
a { background-color: #BA99F3; }
a { background-color: rgb(186,153,243); }
div.DivClassName
{
background-color: #BA99F3;
}
.BgClassName
{
background-color: #BA99F3;
}
</style>
border-color css
<style>
span { border-color: #BA99F3; }
span { border-color: rgb(186,153,243); }
td.TdClassName
{
border-color: #BA99F3;
}
.TagClassName
{
border-color: #BA99F3;
}
</style>