Shades of Perfume #BE90FD
Tints of Perfume #BE90FD
RGB
CMYK
RGB Variations
Color information
#BE90FD (or 0xBE90FD) is known color: Perfume. HEX triplet: BE, 90 and FD. RGB value is (190,144,253). Sum of RGB (Red+Green+Blue) = 190+144+253=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE90FD is #416F02. Grayscale: #A9A9A9. Windows color (decimal): -4288259 or 16617662. OLE color: 16617662.
HSL color Cylindrical-coordinate representation of color #BE90FD: hue angle of 265.32º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE90FD is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 144 | 253 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.01 |
| HSL | 265.32º | 0.96% | 0.78% | - |
| HSV(B) | 265.32º | 0.43% | 0.99% | - |
| XYZ | 48.94 | 37.99 | 97.68 | - |
| YUV | 170.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 253 | 0.25 | 0.43 | 0 | 0.01 | 265.32 | 0.96 | 0.78 |
| Hex | BE | 90 | FD | 19 | 2B | 0 | 1 | 109 | 60 | 4E |
| Octal | 276 | 220 | 375 | 31 | 53 | 0 | 1 | 411 | 140 | 116 |
| Binary | 10111110 | 10010000 | 11111101 | 11001 | 101011 | 0 | 1 | 100001001 | 1100000 | 1001110 |
Color Harmonies of #BE90FD
Complementary color
Monochromatic Colors of #BE90FD
Black with #BE90FD
Text Example
Text Example
White with #BE90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90FD; }
p { color: rgb(190,144,253); }
H1.HeaderClassName
{
color: #BE90FD;
}
.AnyTagClassName
{
color: #BE90FD;
}
</style>
background-color css
<style>
a { background-color: #BE90FD; }
a { background-color: rgb(190,144,253); }
div.DivClassName
{
background-color: #BE90FD;
}
.BgClassName
{
background-color: #BE90FD;
}
</style>
border-color css
<style>
span { border-color: #BE90FD; }
span { border-color: rgb(190,144,253); }
td.TdClassName
{
border-color: #BE90FD;
}
.TagClassName
{
border-color: #BE90FD;
}
</style>