Shades of Perfume #BEA1F0
Tints of Perfume #BEA1F0
RGB
CMYK
RGB Variations
Color information
#BEA1F0 (or 0xBEA1F0) is known color: Perfume. HEX triplet: BE, A1 and F0. RGB value is (190,161,240). Sum of RGB (Red+Green+Blue) = 190+161+240=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEA1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1F0 is #415E0F. Grayscale: #B2B2B2. Windows color (decimal): -4283920 or 15770046. OLE color: 15770046.
HSL color Cylindrical-coordinate representation of color #BEA1F0: hue angle of 262.03º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA1F0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 161 | 240 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.06 |
| HSL | 262.03º | 0.72% | 0.79% | - |
| HSV(B) | 262.03º | 0.33% | 0.94% | - |
| XYZ | 49.71 | 42.73 | 88.07 | - |
| YUV | 178.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 240 | 0.21 | 0.33 | 0 | 0.06 | 262.03 | 0.72 | 0.79 |
| Hex | BE | A1 | F0 | 15 | 21 | 0 | 6 | 106 | 48 | 4F |
| Octal | 276 | 241 | 360 | 25 | 41 | 0 | 6 | 406 | 110 | 117 |
| Binary | 10111110 | 10100001 | 11110000 | 10101 | 100001 | 0 | 110 | 100000110 | 1001000 | 1001111 |
Color Harmonies of #BEA1F0
Complementary color
Monochromatic Colors of #BEA1F0
Black with #BEA1F0
Text Example
Text Example
White with #BEA1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1F0; }
p { color: rgb(190,161,240); }
H1.HeaderClassName
{
color: #BEA1F0;
}
.AnyTagClassName
{
color: #BEA1F0;
}
</style>
background-color css
<style>
a { background-color: #BEA1F0; }
a { background-color: rgb(190,161,240); }
div.DivClassName
{
background-color: #BEA1F0;
}
.BgClassName
{
background-color: #BEA1F0;
}
</style>
border-color css
<style>
span { border-color: #BEA1F0; }
span { border-color: rgb(190,161,240); }
td.TdClassName
{
border-color: #BEA1F0;
}
.TagClassName
{
border-color: #BEA1F0;
}
</style>