Shades of Perfume #BE92F0
Tints of Perfume #BE92F0
RGB
CMYK
RGB Variations
Color information
#BE92F0 (or 0xBE92F0) is known color: Perfume. HEX triplet: BE, 92 and F0. RGB value is (190,146,240). Sum of RGB (Red+Green+Blue) = 190+146+240=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92F0 is #416D0F. Grayscale: #A9A9A9. Windows color (decimal): -4287760 or 15766206. OLE color: 15766206.
HSL color Cylindrical-coordinate representation of color #BE92F0: hue angle of 268.09º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE92F0 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 146 | 240 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.06 |
| HSL | 268.09º | 0.76% | 0.76% | - |
| HSV(B) | 268.09º | 0.39% | 0.94% | - |
| XYZ | 47.24 | 37.8 | 87.24 | - |
| YUV | 169.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 240 | 0.21 | 0.39 | 0 | 0.06 | 268.09 | 0.76 | 0.76 |
| Hex | BE | 92 | F0 | 15 | 27 | 0 | 6 | 10C | 4C | 4C |
| Octal | 276 | 222 | 360 | 25 | 47 | 0 | 6 | 414 | 114 | 114 |
| Binary | 10111110 | 10010010 | 11110000 | 10101 | 100111 | 0 | 110 | 100001100 | 1001100 | 1001100 |
Color Harmonies of #BE92F0
Complementary color
Monochromatic Colors of #BE92F0
Black with #BE92F0
Text Example
Text Example
White with #BE92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92F0; }
p { color: rgb(190,146,240); }
H1.HeaderClassName
{
color: #BE92F0;
}
.AnyTagClassName
{
color: #BE92F0;
}
</style>
background-color css
<style>
a { background-color: #BE92F0; }
a { background-color: rgb(190,146,240); }
div.DivClassName
{
background-color: #BE92F0;
}
.BgClassName
{
background-color: #BE92F0;
}
</style>
border-color css
<style>
span { border-color: #BE92F0; }
span { border-color: rgb(190,146,240); }
td.TdClassName
{
border-color: #BE92F0;
}
.TagClassName
{
border-color: #BE92F0;
}
</style>