Shades of Perfume #BE9EFE
Tints of Perfume #BE9EFE
RGB
CMYK
RGB Variations
Color information
#BE9EFE (or 0xBE9EFE) is known color: Perfume. HEX triplet: BE, 9E and FE. RGB value is (190,158,254). Sum of RGB (Red+Green+Blue) = 190+158+254=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9EFE is #416101. Grayscale: #B2B2B2. Windows color (decimal): -4284674 or 16686782. OLE color: 16686782.
HSL color Cylindrical-coordinate representation of color #BE9EFE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9EFE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 158 | 254 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.00 |
| HSL | 260º | 0.98% | 0.81% | - |
| HSV(B) | 260º | 0.38% | 1% | - |
| XYZ | 51.35 | 42.56 | 99.27 | - |
| YUV | 178.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 254 | 0.25 | 0.38 | 0 | 0.00 | 260 | 0.98 | 0.81 |
| Hex | BE | 9E | FE | 19 | 26 | 0 | 0 | 104 | 62 | 51 |
| Octal | 276 | 236 | 376 | 31 | 46 | 0 | 0 | 404 | 142 | 121 |
| Binary | 10111110 | 10011110 | 11111110 | 11001 | 100110 | 0 | 0 | 100000100 | 1100010 | 1010001 |
Color Harmonies of #BE9EFE
Complementary color
Monochromatic Colors of #BE9EFE
Black with #BE9EFE
Text Example
Text Example
White with #BE9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EFE; }
p { color: rgb(190,158,254); }
H1.HeaderClassName
{
color: #BE9EFE;
}
.AnyTagClassName
{
color: #BE9EFE;
}
</style>
background-color css
<style>
a { background-color: #BE9EFE; }
a { background-color: rgb(190,158,254); }
div.DivClassName
{
background-color: #BE9EFE;
}
.BgClassName
{
background-color: #BE9EFE;
}
</style>
border-color css
<style>
span { border-color: #BE9EFE; }
span { border-color: rgb(190,158,254); }
td.TdClassName
{
border-color: #BE9EFE;
}
.TagClassName
{
border-color: #BE9EFE;
}
</style>