Shades of Perfume #BEA1FA
Tints of Perfume #BEA1FA
RGB
CMYK
RGB Variations
Color information
#BEA1FA (or 0xBEA1FA) is known color: Perfume. HEX triplet: BE, A1 and FA. RGB value is (190,161,250). Sum of RGB (Red+Green+Blue) = 190+161+250=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FA is #415E05. Grayscale: #B3B3B3. Windows color (decimal): -4283910 or 16425406. OLE color: 16425406.
HSL color Cylindrical-coordinate representation of color #BEA1FA: hue angle of 259.55º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA1FA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 161 | 250 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.02 |
| HSL | 259.55º | 0.9% | 0.81% | - |
| HSV(B) | 259.55º | 0.36% | 0.98% | - |
| XYZ | 51.24 | 43.34 | 96.11 | - |
| YUV | 179.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 250 | 0.24 | 0.36 | 0 | 0.02 | 259.55 | 0.9 | 0.81 |
| Hex | BE | A1 | FA | 18 | 24 | 0 | 2 | 104 | 5A | 51 |
| Octal | 276 | 241 | 372 | 30 | 44 | 0 | 2 | 404 | 132 | 121 |
| Binary | 10111110 | 10100001 | 11111010 | 11000 | 100100 | 0 | 10 | 100000100 | 1011010 | 1010001 |
Color Harmonies of #BEA1FA
Complementary color
Monochromatic Colors of #BEA1FA
Black with #BEA1FA
Text Example
Text Example
White with #BEA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1FA; }
p { color: rgb(190,161,250); }
H1.HeaderClassName
{
color: #BEA1FA;
}
.AnyTagClassName
{
color: #BEA1FA;
}
</style>
background-color css
<style>
a { background-color: #BEA1FA; }
a { background-color: rgb(190,161,250); }
div.DivClassName
{
background-color: #BEA1FA;
}
.BgClassName
{
background-color: #BEA1FA;
}
</style>
border-color css
<style>
span { border-color: #BEA1FA; }
span { border-color: rgb(190,161,250); }
td.TdClassName
{
border-color: #BEA1FA;
}
.TagClassName
{
border-color: #BEA1FA;
}
</style>