Shades of Perfume #BA93EC
Tints of Perfume #BA93EC
RGB
CMYK
RGB Variations
Color information
#BA93EC (or 0xBA93EC) is known color: Perfume. HEX triplet: BA, 93 and EC. RGB value is (186,147,236). Sum of RGB (Red+Green+Blue) = 186+147+236=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93EC is #456C13. Grayscale: #A8A8A8. Windows color (decimal): -4549652 or 15504314. OLE color: 15504314.
HSL color Cylindrical-coordinate representation of color #BA93EC: hue angle of 266.29º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA93EC is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 147 | 236 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.07 |
| HSL | 266.29º | 0.7% | 0.75% | - |
| HSV(B) | 266.29º | 0.38% | 0.93% | - |
| XYZ | 45.82 | 37.36 | 84.15 | - |
| YUV | 168.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 236 | 0.21 | 0.38 | 0 | 0.07 | 266.29 | 0.7 | 0.75 |
| Hex | BA | 93 | EC | 15 | 26 | 0 | 7 | 10A | 46 | 4B |
| Octal | 272 | 223 | 354 | 25 | 46 | 0 | 7 | 412 | 106 | 113 |
| Binary | 10111010 | 10010011 | 11101100 | 10101 | 100110 | 0 | 111 | 100001010 | 1000110 | 1001011 |
Color Harmonies of #BA93EC
Complementary color
Monochromatic Colors of #BA93EC
Black with #BA93EC
Text Example
Text Example
White with #BA93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93EC; }
p { color: rgb(186,147,236); }
H1.HeaderClassName
{
color: #BA93EC;
}
.AnyTagClassName
{
color: #BA93EC;
}
</style>
background-color css
<style>
a { background-color: #BA93EC; }
a { background-color: rgb(186,147,236); }
div.DivClassName
{
background-color: #BA93EC;
}
.BgClassName
{
background-color: #BA93EC;
}
</style>
border-color css
<style>
span { border-color: #BA93EC; }
span { border-color: rgb(186,147,236); }
td.TdClassName
{
border-color: #BA93EC;
}
.TagClassName
{
border-color: #BA93EC;
}
</style>