Shades of Perfume #BE92F1
Tints of Perfume #BE92F1
RGB
CMYK
RGB Variations
Color information
#BE92F1 (or 0xBE92F1) is known color: Perfume. HEX triplet: BE, 92 and F1. RGB value is (190,146,241). Sum of RGB (Red+Green+Blue) = 190+146+241=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE92F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92F1 is #416D0E. Grayscale: #A9A9A9. Windows color (decimal): -4287759 or 15831742. OLE color: 15831742.
HSL color Cylindrical-coordinate representation of color #BE92F1: hue angle of 267.79º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE92F1 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 146 | 241 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.05 |
| HSL | 267.79º | 0.77% | 0.76% | - |
| HSV(B) | 267.79º | 0.39% | 0.95% | - |
| XYZ | 47.39 | 37.86 | 88.03 | - |
| YUV | 169.99 | 168.08 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 241 | 0.21 | 0.39 | 0 | 0.05 | 267.79 | 0.77 | 0.76 |
| Hex | BE | 92 | F1 | 15 | 27 | 0 | 5 | 10C | 4D | 4C |
| Octal | 276 | 222 | 361 | 25 | 47 | 0 | 5 | 414 | 115 | 114 |
| Binary | 10111110 | 10010010 | 11110001 | 10101 | 100111 | 0 | 101 | 100001100 | 1001101 | 1001100 |
Color Harmonies of #BE92F1
Complementary color
Monochromatic Colors of #BE92F1
Black with #BE92F1
Text Example
Text Example
White with #BE92F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92F1; }
p { color: rgb(190,146,241); }
H1.HeaderClassName
{
color: #BE92F1;
}
.AnyTagClassName
{
color: #BE92F1;
}
</style>
background-color css
<style>
a { background-color: #BE92F1; }
a { background-color: rgb(190,146,241); }
div.DivClassName
{
background-color: #BE92F1;
}
.BgClassName
{
background-color: #BE92F1;
}
</style>
border-color css
<style>
span { border-color: #BE92F1; }
span { border-color: rgb(190,146,241); }
td.TdClassName
{
border-color: #BE92F1;
}
.TagClassName
{
border-color: #BE92F1;
}
</style>