Shades of Perfume #BA95F9
Tints of Perfume #BA95F9
RGB
CMYK
RGB Variations
Color information
#BA95F9 (or 0xBA95F9) is known color: Perfume. HEX triplet: BA, 95 and F9. RGB value is (186,149,249). Sum of RGB (Red+Green+Blue) = 186+149+249=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA95F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95F9 is #456A06. Grayscale: #ABABAB. Windows color (decimal): -4549127 or 16356794. OLE color: 16356794.
HSL color Cylindrical-coordinate representation of color #BA95F9: hue angle of 262.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA95F9 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 149 | 249 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.02 |
| HSL | 262.2º | 0.89% | 0.78% | - |
| HSV(B) | 262.2º | 0.4% | 0.98% | - |
| XYZ | 48.1 | 38.77 | 94.57 | - |
| YUV | 171.46 | 171.76 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 249 | 0.25 | 0.40 | 0 | 0.02 | 262.2 | 0.89 | 0.78 |
| Hex | BA | 95 | F9 | 19 | 28 | 0 | 2 | 106 | 59 | 4E |
| Octal | 272 | 225 | 371 | 31 | 50 | 0 | 2 | 406 | 131 | 116 |
| Binary | 10111010 | 10010101 | 11111001 | 11001 | 101000 | 0 | 10 | 100000110 | 1011001 | 1001110 |
Color Harmonies of #BA95F9
Complementary color
Monochromatic Colors of #BA95F9
Black with #BA95F9
Text Example
Text Example
White with #BA95F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95F9; }
p { color: rgb(186,149,249); }
H1.HeaderClassName
{
color: #BA95F9;
}
.AnyTagClassName
{
color: #BA95F9;
}
</style>
background-color css
<style>
a { background-color: #BA95F9; }
a { background-color: rgb(186,149,249); }
div.DivClassName
{
background-color: #BA95F9;
}
.BgClassName
{
background-color: #BA95F9;
}
</style>
border-color css
<style>
span { border-color: #BA95F9; }
span { border-color: rgb(186,149,249); }
td.TdClassName
{
border-color: #BA95F9;
}
.TagClassName
{
border-color: #BA95F9;
}
</style>