Shades of Perfume #BE93EC
Tints of Perfume #BE93EC
RGB
CMYK
RGB Variations
Color information
#BE93EC (or 0xBE93EC) is known color: Perfume. HEX triplet: BE, 93 and EC. RGB value is (190,147,236). Sum of RGB (Red+Green+Blue) = 190+147+236=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93EC is #416C13. Grayscale: #A9A9A9. Windows color (decimal): -4287508 or 15504318. OLE color: 15504318.
HSL color Cylindrical-coordinate representation of color #BE93EC: hue angle of 268.99º 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 #BE93EC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 147 | 236 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.07 |
| HSL | 268.99º | 0.7% | 0.75% | - |
| HSV(B) | 268.99º | 0.38% | 0.93% | - |
| XYZ | 46.81 | 37.87 | 84.2 | - |
| YUV | 170 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 236 | 0.19 | 0.38 | 0 | 0.07 | 268.99 | 0.7 | 0.75 |
| Hex | BE | 93 | EC | 13 | 26 | 0 | 7 | 10D | 46 | 4B |
| Octal | 276 | 223 | 354 | 23 | 46 | 0 | 7 | 415 | 106 | 113 |
| Binary | 10111110 | 10010011 | 11101100 | 10011 | 100110 | 0 | 111 | 100001101 | 1000110 | 1001011 |
Color Harmonies of #BE93EC
Complementary color
Monochromatic Colors of #BE93EC
Black with #BE93EC
Text Example
Text Example
White with #BE93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93EC; }
p { color: rgb(190,147,236); }
H1.HeaderClassName
{
color: #BE93EC;
}
.AnyTagClassName
{
color: #BE93EC;
}
</style>
background-color css
<style>
a { background-color: #BE93EC; }
a { background-color: rgb(190,147,236); }
div.DivClassName
{
background-color: #BE93EC;
}
.BgClassName
{
background-color: #BE93EC;
}
</style>
border-color css
<style>
span { border-color: #BE93EC; }
span { border-color: rgb(190,147,236); }
td.TdClassName
{
border-color: #BE93EC;
}
.TagClassName
{
border-color: #BE93EC;
}
</style>