Shades of Perfume #BA94EC
Tints of Perfume #BA94EC
RGB
CMYK
RGB Variations
Color information
#BA94EC (or 0xBA94EC) is known color: Perfume. HEX triplet: BA, 94 and EC. RGB value is (186,148,236). Sum of RGB (Red+Green+Blue) = 186+148+236=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA94EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94EC is #456B13. Grayscale: #A9A9A9. Windows color (decimal): -4549396 or 15504570. OLE color: 15504570.
HSL color Cylindrical-coordinate representation of color #BA94EC: hue angle of 265.91º 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 #BA94EC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 148 | 236 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.07 |
| HSL | 265.91º | 0.7% | 0.75% | - |
| HSV(B) | 265.91º | 0.37% | 0.93% | - |
| XYZ | 45.98 | 37.68 | 84.21 | - |
| YUV | 169.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 236 | 0.21 | 0.37 | 0 | 0.07 | 265.91 | 0.7 | 0.75 |
| Hex | BA | 94 | EC | 15 | 25 | 0 | 7 | 10A | 46 | 4B |
| Octal | 272 | 224 | 354 | 25 | 45 | 0 | 7 | 412 | 106 | 113 |
| Binary | 10111010 | 10010100 | 11101100 | 10101 | 100101 | 0 | 111 | 100001010 | 1000110 | 1001011 |
Color Harmonies of #BA94EC
Complementary color
Monochromatic Colors of #BA94EC
Black with #BA94EC
Text Example
Text Example
White with #BA94EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94EC; }
p { color: rgb(186,148,236); }
H1.HeaderClassName
{
color: #BA94EC;
}
.AnyTagClassName
{
color: #BA94EC;
}
</style>
background-color css
<style>
a { background-color: #BA94EC; }
a { background-color: rgb(186,148,236); }
div.DivClassName
{
background-color: #BA94EC;
}
.BgClassName
{
background-color: #BA94EC;
}
</style>
border-color css
<style>
span { border-color: #BA94EC; }
span { border-color: rgb(186,148,236); }
td.TdClassName
{
border-color: #BA94EC;
}
.TagClassName
{
border-color: #BA94EC;
}
</style>