Shades of Perfume #BA99F2
Tints of Perfume #BA99F2
RGB
CMYK
RGB Variations
Color information
#BA99F2 (or 0xBA99F2) is known color: Perfume. HEX triplet: BA, 99 and F2. RGB value is (186,153,242). Sum of RGB (Red+Green+Blue) = 186+153+242=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99F2 is #45660D. Grayscale: #ACACAC. Windows color (decimal): -4548110 or 15899066. OLE color: 15899066.
HSL color Cylindrical-coordinate representation of color #BA99F2: hue angle of 262.25º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA99F2 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 153 | 242 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.05 |
| HSL | 262.25º | 0.77% | 0.77% | - |
| HSV(B) | 262.25º | 0.37% | 0.95% | - |
| XYZ | 47.67 | 39.63 | 89.14 | - |
| YUV | 173.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 242 | 0.23 | 0.37 | 0 | 0.05 | 262.25 | 0.77 | 0.77 |
| Hex | BA | 99 | F2 | 17 | 25 | 0 | 5 | 106 | 4D | 4D |
| Octal | 272 | 231 | 362 | 27 | 45 | 0 | 5 | 406 | 115 | 115 |
| Binary | 10111010 | 10011001 | 11110010 | 10111 | 100101 | 0 | 101 | 100000110 | 1001101 | 1001101 |
Color Harmonies of #BA99F2
Complementary color
Monochromatic Colors of #BA99F2
Black with #BA99F2
Text Example
Text Example
White with #BA99F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99F2; }
p { color: rgb(186,153,242); }
H1.HeaderClassName
{
color: #BA99F2;
}
.AnyTagClassName
{
color: #BA99F2;
}
</style>
background-color css
<style>
a { background-color: #BA99F2; }
a { background-color: rgb(186,153,242); }
div.DivClassName
{
background-color: #BA99F2;
}
.BgClassName
{
background-color: #BA99F2;
}
</style>
border-color css
<style>
span { border-color: #BA99F2; }
span { border-color: rgb(186,153,242); }
td.TdClassName
{
border-color: #BA99F2;
}
.TagClassName
{
border-color: #BA99F2;
}
</style>