Shades of Perfume #BEA3F0
Tints of Perfume #BEA3F0
RGB
CMYK
RGB Variations
Color information
#BEA3F0 (or 0xBEA3F0) is known color: Perfume. HEX triplet: BE, A3 and F0. RGB value is (190,163,240). Sum of RGB (Red+Green+Blue) = 190+163+240=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEA3F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3F0 is #415C0F. Grayscale: #B3B3B3. Windows color (decimal): -4283408 or 15770558. OLE color: 15770558.
HSL color Cylindrical-coordinate representation of color #BEA3F0: hue angle of 261.04º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA3F0 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 163 | 240 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.06 |
| HSL | 261.04º | 0.72% | 0.79% | - |
| HSV(B) | 261.04º | 0.32% | 0.94% | - |
| XYZ | 50.06 | 43.43 | 88.18 | - |
| YUV | 179.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 240 | 0.21 | 0.32 | 0 | 0.06 | 261.04 | 0.72 | 0.79 |
| Hex | BE | A3 | F0 | 15 | 20 | 0 | 6 | 105 | 48 | 4F |
| Octal | 276 | 243 | 360 | 25 | 40 | 0 | 6 | 405 | 110 | 117 |
| Binary | 10111110 | 10100011 | 11110000 | 10101 | 100000 | 0 | 110 | 100000101 | 1001000 | 1001111 |
Color Harmonies of #BEA3F0
Complementary color
Monochromatic Colors of #BEA3F0
Black with #BEA3F0
Text Example
Text Example
White with #BEA3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3F0; }
p { color: rgb(190,163,240); }
H1.HeaderClassName
{
color: #BEA3F0;
}
.AnyTagClassName
{
color: #BEA3F0;
}
</style>
background-color css
<style>
a { background-color: #BEA3F0; }
a { background-color: rgb(190,163,240); }
div.DivClassName
{
background-color: #BEA3F0;
}
.BgClassName
{
background-color: #BEA3F0;
}
</style>
border-color css
<style>
span { border-color: #BEA3F0; }
span { border-color: rgb(190,163,240); }
td.TdClassName
{
border-color: #BEA3F0;
}
.TagClassName
{
border-color: #BEA3F0;
}
</style>