Shades of Perfume #BE90FE
Tints of Perfume #BE90FE
RGB
CMYK
RGB Variations
Color information
#BE90FE (or 0xBE90FE) is known color: Perfume. HEX triplet: BE, 90 and FE. RGB value is (190,144,254). Sum of RGB (Red+Green+Blue) = 190+144+254=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE90FE is #416F01. Grayscale: #A9A9A9. Windows color (decimal): -4288258 or 16683198. OLE color: 16683198.
HSL color Cylindrical-coordinate representation of color #BE90FE: hue angle of 265.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE90FE is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 144 | 254 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.00 |
| HSL | 265.09º | 0.98% | 0.78% | - |
| HSV(B) | 265.09º | 0.43% | 1% | - |
| XYZ | 49.1 | 38.05 | 98.52 | - |
| YUV | 170.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 254 | 0.25 | 0.43 | 0 | 0.00 | 265.09 | 0.98 | 0.78 |
| Hex | BE | 90 | FE | 19 | 2B | 0 | 0 | 109 | 62 | 4E |
| Octal | 276 | 220 | 376 | 31 | 53 | 0 | 0 | 411 | 142 | 116 |
| Binary | 10111110 | 10010000 | 11111110 | 11001 | 101011 | 0 | 0 | 100001001 | 1100010 | 1001110 |
Color Harmonies of #BE90FE
Complementary color
Monochromatic Colors of #BE90FE
Black with #BE90FE
Text Example
Text Example
White with #BE90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90FE; }
p { color: rgb(190,144,254); }
H1.HeaderClassName
{
color: #BE90FE;
}
.AnyTagClassName
{
color: #BE90FE;
}
</style>
background-color css
<style>
a { background-color: #BE90FE; }
a { background-color: rgb(190,144,254); }
div.DivClassName
{
background-color: #BE90FE;
}
.BgClassName
{
background-color: #BE90FE;
}
</style>
border-color css
<style>
span { border-color: #BE90FE; }
span { border-color: rgb(190,144,254); }
td.TdClassName
{
border-color: #BE90FE;
}
.TagClassName
{
border-color: #BE90FE;
}
</style>