Shades of Perfume #BA9DF9
Tints of Perfume #BA9DF9
RGB
CMYK
RGB Variations
Color information
#BA9DF9 (or 0xBA9DF9) is known color: Perfume. HEX triplet: BA, 9D and F9. RGB value is (186,157,249). Sum of RGB (Red+Green+Blue) = 186+157+249=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DF9 is #456206. Grayscale: #AFAFAF. Windows color (decimal): -4547079 or 16358842. OLE color: 16358842.
HSL color Cylindrical-coordinate representation of color #BA9DF9: hue angle of 258.91º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9DF9 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 157 | 249 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.02 |
| HSL | 258.91º | 0.88% | 0.8% | - |
| HSV(B) | 258.91º | 0.37% | 0.98% | - |
| XYZ | 49.41 | 41.39 | 95.01 | - |
| YUV | 176.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 249 | 0.25 | 0.37 | 0 | 0.02 | 258.91 | 0.88 | 0.8 |
| Hex | BA | 9D | F9 | 19 | 25 | 0 | 2 | 103 | 58 | 50 |
| Octal | 272 | 235 | 371 | 31 | 45 | 0 | 2 | 403 | 130 | 120 |
| Binary | 10111010 | 10011101 | 11111001 | 11001 | 100101 | 0 | 10 | 100000011 | 1011000 | 1010000 |
Color Harmonies of #BA9DF9
Complementary color
Monochromatic Colors of #BA9DF9
Black with #BA9DF9
Text Example
Text Example
White with #BA9DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DF9; }
p { color: rgb(186,157,249); }
H1.HeaderClassName
{
color: #BA9DF9;
}
.AnyTagClassName
{
color: #BA9DF9;
}
</style>
background-color css
<style>
a { background-color: #BA9DF9; }
a { background-color: rgb(186,157,249); }
div.DivClassName
{
background-color: #BA9DF9;
}
.BgClassName
{
background-color: #BA9DF9;
}
</style>
border-color css
<style>
span { border-color: #BA9DF9; }
span { border-color: rgb(186,157,249); }
td.TdClassName
{
border-color: #BA9DF9;
}
.TagClassName
{
border-color: #BA9DF9;
}
</style>