Shades of Perfume #BE92EC
Tints of Perfume #BE92EC
RGB
CMYK
RGB Variations
Color information
#BE92EC (or 0xBE92EC) is known color: Perfume. HEX triplet: BE, 92 and EC. RGB value is (190,146,236). Sum of RGB (Red+Green+Blue) = 190+146+236=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92EC is #416D13. Grayscale: #A9A9A9. Windows color (decimal): -4287764 or 15504062. OLE color: 15504062.
HSL color Cylindrical-coordinate representation of color #BE92EC: hue angle of 269.33º 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 #BE92EC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 146 | 236 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.07 |
| HSL | 269.33º | 0.7% | 0.75% | - |
| HSV(B) | 269.33º | 0.38% | 0.93% | - |
| XYZ | 46.65 | 37.56 | 84.15 | - |
| YUV | 169.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 236 | 0.19 | 0.38 | 0 | 0.07 | 269.33 | 0.7 | 0.75 |
| Hex | BE | 92 | EC | 13 | 26 | 0 | 7 | 10D | 46 | 4B |
| Octal | 276 | 222 | 354 | 23 | 46 | 0 | 7 | 415 | 106 | 113 |
| Binary | 10111110 | 10010010 | 11101100 | 10011 | 100110 | 0 | 111 | 100001101 | 1000110 | 1001011 |
Color Harmonies of #BE92EC
Complementary color
Monochromatic Colors of #BE92EC
Black with #BE92EC
Text Example
Text Example
White with #BE92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92EC; }
p { color: rgb(190,146,236); }
H1.HeaderClassName
{
color: #BE92EC;
}
.AnyTagClassName
{
color: #BE92EC;
}
</style>
background-color css
<style>
a { background-color: #BE92EC; }
a { background-color: rgb(190,146,236); }
div.DivClassName
{
background-color: #BE92EC;
}
.BgClassName
{
background-color: #BE92EC;
}
</style>
border-color css
<style>
span { border-color: #BE92EC; }
span { border-color: rgb(190,146,236); }
td.TdClassName
{
border-color: #BE92EC;
}
.TagClassName
{
border-color: #BE92EC;
}
</style>