Shades of Perfume #BA8DF9
Tints of Perfume #BA8DF9
RGB
CMYK
RGB Variations
Color information
#BA8DF9 (or 0xBA8DF9) is known color: Perfume. HEX triplet: BA, 8D and F9. RGB value is (186,141,249). Sum of RGB (Red+Green+Blue) = 186+141+249=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA8DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DF9 is #457206. Grayscale: #A6A6A6. Windows color (decimal): -4551175 or 16354746. OLE color: 16354746.
HSL color Cylindrical-coordinate representation of color #BA8DF9: hue angle of 265º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA8DF9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 141 | 249 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.02 |
| HSL | 265º | 0.9% | 0.76% | - |
| HSV(B) | 265º | 0.43% | 0.98% | - |
| XYZ | 46.87 | 36.33 | 94.16 | - |
| YUV | 166.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 249 | 0.25 | 0.43 | 0 | 0.02 | 265 | 0.9 | 0.76 |
| Hex | BA | 8D | F9 | 19 | 2B | 0 | 2 | 109 | 5A | 4C |
| Octal | 272 | 215 | 371 | 31 | 53 | 0 | 2 | 411 | 132 | 114 |
| Binary | 10111010 | 10001101 | 11111001 | 11001 | 101011 | 0 | 10 | 100001001 | 1011010 | 1001100 |
Color Harmonies of #BA8DF9
Complementary color
Monochromatic Colors of #BA8DF9
Black with #BA8DF9
Text Example
Text Example
White with #BA8DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DF9; }
p { color: rgb(186,141,249); }
H1.HeaderClassName
{
color: #BA8DF9;
}
.AnyTagClassName
{
color: #BA8DF9;
}
</style>
background-color css
<style>
a { background-color: #BA8DF9; }
a { background-color: rgb(186,141,249); }
div.DivClassName
{
background-color: #BA8DF9;
}
.BgClassName
{
background-color: #BA8DF9;
}
</style>
border-color css
<style>
span { border-color: #BA8DF9; }
span { border-color: rgb(186,141,249); }
td.TdClassName
{
border-color: #BA8DF9;
}
.TagClassName
{
border-color: #BA8DF9;
}
</style>