Shades of Perfume #BE9EFC
Tints of Perfume #BE9EFC
RGB
CMYK
RGB Variations
Color information
#BE9EFC (or 0xBE9EFC) is known color: Perfume. HEX triplet: BE, 9E and FC. RGB value is (190,158,252). Sum of RGB (Red+Green+Blue) = 190+158+252=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9EFC is #416103. Grayscale: #B1B1B1. Windows color (decimal): -4284676 or 16555710. OLE color: 16555710.
HSL color Cylindrical-coordinate representation of color #BE9EFC: hue angle of 260.43º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9EFC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 158 | 252 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.01 |
| HSL | 260.43º | 0.94% | 0.8% | - |
| HSV(B) | 260.43º | 0.37% | 0.99% | - |
| XYZ | 51.03 | 42.43 | 97.6 | - |
| YUV | 178.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 252 | 0.25 | 0.37 | 0 | 0.01 | 260.43 | 0.94 | 0.8 |
| Hex | BE | 9E | FC | 19 | 25 | 0 | 1 | 104 | 5E | 50 |
| Octal | 276 | 236 | 374 | 31 | 45 | 0 | 1 | 404 | 136 | 120 |
| Binary | 10111110 | 10011110 | 11111100 | 11001 | 100101 | 0 | 1 | 100000100 | 1011110 | 1010000 |
Color Harmonies of #BE9EFC
Complementary color
Monochromatic Colors of #BE9EFC
Black with #BE9EFC
Text Example
Text Example
White with #BE9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EFC; }
p { color: rgb(190,158,252); }
H1.HeaderClassName
{
color: #BE9EFC;
}
.AnyTagClassName
{
color: #BE9EFC;
}
</style>
background-color css
<style>
a { background-color: #BE9EFC; }
a { background-color: rgb(190,158,252); }
div.DivClassName
{
background-color: #BE9EFC;
}
.BgClassName
{
background-color: #BE9EFC;
}
</style>
border-color css
<style>
span { border-color: #BE9EFC; }
span { border-color: rgb(190,158,252); }
td.TdClassName
{
border-color: #BE9EFC;
}
.TagClassName
{
border-color: #BE9EFC;
}
</style>