Shades of Perfume #BE9EFF
Tints of Perfume #BE9EFF
RGB
CMYK
RGB Variations
Color information
#BE9EFF (or 0xBE9EFF) is known color: Perfume. HEX triplet: BE, 9E and FF. RGB value is (190,158,255). Sum of RGB (Red+Green+Blue) = 190+158+255=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9EFF is #416100. Grayscale: #B2B2B2. Windows color (decimal): -4284673 or 16752318. OLE color: 16752318.
HSL color Cylindrical-coordinate representation of color #BE9EFF: hue angle of 259.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9EFF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 158 | 255 | - |
| CMYK | 0.25 | 0.38 | 0 | 0 |
| HSL | 259.79º | 1% | 0.81% | - |
| HSV(B) | 259.79º | 0.38% | 1% | - |
| XYZ | 51.51 | 42.62 | 100.12 | - |
| YUV | 178.63 | 171.1 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 255 | 0.25 | 0.38 | 0 | 0 | 259.79 | 1 | 0.81 |
| Hex | BE | 9E | FF | 19 | 26 | 0 | 0 | 104 | 64 | 51 |
| Octal | 276 | 236 | 377 | 31 | 46 | 0 | 0 | 404 | 144 | 121 |
| Binary | 10111110 | 10011110 | 11111111 | 11001 | 100110 | 0 | 0 | 100000100 | 1100100 | 1010001 |
Color Harmonies of #BE9EFF
Complementary color
Monochromatic Colors of #BE9EFF
Black with #BE9EFF
Text Example
Text Example
White with #BE9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EFF; }
p { color: rgb(190,158,255); }
H1.HeaderClassName
{
color: #BE9EFF;
}
.AnyTagClassName
{
color: #BE9EFF;
}
</style>
background-color css
<style>
a { background-color: #BE9EFF; }
a { background-color: rgb(190,158,255); }
div.DivClassName
{
background-color: #BE9EFF;
}
.BgClassName
{
background-color: #BE9EFF;
}
</style>
border-color css
<style>
span { border-color: #BE9EFF; }
span { border-color: rgb(190,158,255); }
td.TdClassName
{
border-color: #BE9EFF;
}
.TagClassName
{
border-color: #BE9EFF;
}
</style>