Shades of Perfume #BE99FE
Tints of Perfume #BE99FE
RGB
CMYK
RGB Variations
Color information
#BE99FE (or 0xBE99FE) is known color: Perfume. HEX triplet: BE, 99 and FE. RGB value is (190,153,254). Sum of RGB (Red+Green+Blue) = 190+153+254=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE99FE is #416601. Grayscale: #AFAFAF. Windows color (decimal): -4285954 or 16685502. OLE color: 16685502.
HSL color Cylindrical-coordinate representation of color #BE99FE: hue angle of 261.98º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE99FE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 153 | 254 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.00 |
| HSL | 261.98º | 0.98% | 0.8% | - |
| HSV(B) | 261.98º | 0.4% | 1% | - |
| XYZ | 50.52 | 40.89 | 99 | - |
| YUV | 175.58 | 172.26 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 254 | 0.25 | 0.40 | 0 | 0.00 | 261.98 | 0.98 | 0.8 |
| Hex | BE | 99 | FE | 19 | 28 | 0 | 0 | 106 | 62 | 50 |
| Octal | 276 | 231 | 376 | 31 | 50 | 0 | 0 | 406 | 142 | 120 |
| Binary | 10111110 | 10011001 | 11111110 | 11001 | 101000 | 0 | 0 | 100000110 | 1100010 | 1010000 |
Color Harmonies of #BE99FE
Complementary color
Monochromatic Colors of #BE99FE
Black with #BE99FE
Text Example
Text Example
White with #BE99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99FE; }
p { color: rgb(190,153,254); }
H1.HeaderClassName
{
color: #BE99FE;
}
.AnyTagClassName
{
color: #BE99FE;
}
</style>
background-color css
<style>
a { background-color: #BE99FE; }
a { background-color: rgb(190,153,254); }
div.DivClassName
{
background-color: #BE99FE;
}
.BgClassName
{
background-color: #BE99FE;
}
</style>
border-color css
<style>
span { border-color: #BE99FE; }
span { border-color: rgb(190,153,254); }
td.TdClassName
{
border-color: #BE99FE;
}
.TagClassName
{
border-color: #BE99FE;
}
</style>