Shades of Perfume #BA95EC
Tints of Perfume #BA95EC
RGB
CMYK
RGB Variations
Color information
#BA95EC (or 0xBA95EC) is known color: Perfume. HEX triplet: BA, 95 and EC. RGB value is (186,149,236). Sum of RGB (Red+Green+Blue) = 186+149+236=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95EC is #456A13. Grayscale: #A9A9A9. Windows color (decimal): -4549140 or 15504826. OLE color: 15504826.
HSL color Cylindrical-coordinate representation of color #BA95EC: hue angle of 265.52º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA95EC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 149 | 236 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.07 |
| HSL | 265.52º | 0.7% | 0.75% | - |
| HSV(B) | 265.52º | 0.37% | 0.93% | - |
| XYZ | 46.14 | 37.99 | 84.26 | - |
| YUV | 169.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 236 | 0.21 | 0.37 | 0 | 0.07 | 265.52 | 0.7 | 0.75 |
| Hex | BA | 95 | EC | 15 | 25 | 0 | 7 | 10A | 46 | 4B |
| Octal | 272 | 225 | 354 | 25 | 45 | 0 | 7 | 412 | 106 | 113 |
| Binary | 10111010 | 10010101 | 11101100 | 10101 | 100101 | 0 | 111 | 100001010 | 1000110 | 1001011 |
Color Harmonies of #BA95EC
Complementary color
Monochromatic Colors of #BA95EC
Black with #BA95EC
Text Example
Text Example
White with #BA95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95EC; }
p { color: rgb(186,149,236); }
H1.HeaderClassName
{
color: #BA95EC;
}
.AnyTagClassName
{
color: #BA95EC;
}
</style>
background-color css
<style>
a { background-color: #BA95EC; }
a { background-color: rgb(186,149,236); }
div.DivClassName
{
background-color: #BA95EC;
}
.BgClassName
{
background-color: #BA95EC;
}
</style>
border-color css
<style>
span { border-color: #BA95EC; }
span { border-color: rgb(186,149,236); }
td.TdClassName
{
border-color: #BA95EC;
}
.TagClassName
{
border-color: #BA95EC;
}
</style>