Shades of Perfume #BE92EF
Tints of Perfume #BE92EF
RGB
CMYK
RGB Variations
Color information
#BE92EF (or 0xBE92EF) is known color: Perfume. HEX triplet: BE, 92 and EF. RGB value is (190,146,239). Sum of RGB (Red+Green+Blue) = 190+146+239=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE92EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92EF is #416D10. Grayscale: #A9A9A9. Windows color (decimal): -4287761 or 15700670. OLE color: 15700670.
HSL color Cylindrical-coordinate representation of color #BE92EF: hue angle of 268.39º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE92EF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 146 | 239 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.06 |
| HSL | 268.39º | 0.74% | 0.75% | - |
| HSV(B) | 268.39º | 0.39% | 0.94% | - |
| XYZ | 47.09 | 37.74 | 86.46 | - |
| YUV | 169.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 239 | 0.21 | 0.39 | 0 | 0.06 | 268.39 | 0.74 | 0.75 |
| Hex | BE | 92 | EF | 15 | 27 | 0 | 6 | 10C | 4A | 4B |
| Octal | 276 | 222 | 357 | 25 | 47 | 0 | 6 | 414 | 112 | 113 |
| Binary | 10111110 | 10010010 | 11101111 | 10101 | 100111 | 0 | 110 | 100001100 | 1001010 | 1001011 |
Color Harmonies of #BE92EF
Complementary color
Monochromatic Colors of #BE92EF
Black with #BE92EF
Text Example
Text Example
White with #BE92EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92EF; }
p { color: rgb(190,146,239); }
H1.HeaderClassName
{
color: #BE92EF;
}
.AnyTagClassName
{
color: #BE92EF;
}
</style>
background-color css
<style>
a { background-color: #BE92EF; }
a { background-color: rgb(190,146,239); }
div.DivClassName
{
background-color: #BE92EF;
}
.BgClassName
{
background-color: #BE92EF;
}
</style>
border-color css
<style>
span { border-color: #BE92EF; }
span { border-color: rgb(190,146,239); }
td.TdClassName
{
border-color: #BE92EF;
}
.TagClassName
{
border-color: #BE92EF;
}
</style>