Shades of Perfume #BE94FA
Tints of Perfume #BE94FA
RGB
CMYK
RGB Variations
Color information
#BE94FA (or 0xBE94FA) is known color: Perfume. HEX triplet: BE, 94 and FA. RGB value is (190,148,250). Sum of RGB (Red+Green+Blue) = 190+148+250=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE94FA is #416B05. Grayscale: #ABABAB. Windows color (decimal): -4287238 or 16422078. OLE color: 16422078.
HSL color Cylindrical-coordinate representation of color #BE94FA: hue angle of 264.71º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE94FA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 148 | 250 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.02 |
| HSL | 264.71º | 0.91% | 0.78% | - |
| HSV(B) | 264.71º | 0.41% | 0.98% | - |
| XYZ | 49.08 | 39.03 | 95.39 | - |
| YUV | 172.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 250 | 0.24 | 0.41 | 0 | 0.02 | 264.71 | 0.91 | 0.78 |
| Hex | BE | 94 | FA | 18 | 29 | 0 | 2 | 109 | 5B | 4E |
| Octal | 276 | 224 | 372 | 30 | 51 | 0 | 2 | 411 | 133 | 116 |
| Binary | 10111110 | 10010100 | 11111010 | 11000 | 101001 | 0 | 10 | 100001001 | 1011011 | 1001110 |
Color Harmonies of #BE94FA
Complementary color
Monochromatic Colors of #BE94FA
Black with #BE94FA
Text Example
Text Example
White with #BE94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE94FA; }
p { color: rgb(190,148,250); }
H1.HeaderClassName
{
color: #BE94FA;
}
.AnyTagClassName
{
color: #BE94FA;
}
</style>
background-color css
<style>
a { background-color: #BE94FA; }
a { background-color: rgb(190,148,250); }
div.DivClassName
{
background-color: #BE94FA;
}
.BgClassName
{
background-color: #BE94FA;
}
</style>
border-color css
<style>
span { border-color: #BE94FA; }
span { border-color: rgb(190,148,250); }
td.TdClassName
{
border-color: #BE94FA;
}
.TagClassName
{
border-color: #BE94FA;
}
</style>