Shades of Perfume #BEA0F1
Tints of Perfume #BEA0F1
RGB
CMYK
RGB Variations
Color information
#BEA0F1 (or 0xBEA0F1) is known color: Perfume. HEX triplet: BE, A0 and F1. RGB value is (190,160,241). Sum of RGB (Red+Green+Blue) = 190+160+241=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0F1 is #415F0E. Grayscale: #B1B1B1. Windows color (decimal): -4284175 or 15835326. OLE color: 15835326.
HSL color Cylindrical-coordinate representation of color #BEA0F1: hue angle of 262.22º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA0F1 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 160 | 241 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.05 |
| HSL | 262.22º | 0.74% | 0.79% | - |
| HSV(B) | 262.22º | 0.34% | 0.95% | - |
| XYZ | 49.68 | 42.44 | 88.79 | - |
| YUV | 178.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 241 | 0.21 | 0.34 | 0 | 0.05 | 262.22 | 0.74 | 0.79 |
| Hex | BE | A0 | F1 | 15 | 22 | 0 | 5 | 106 | 4A | 4F |
| Octal | 276 | 240 | 361 | 25 | 42 | 0 | 5 | 406 | 112 | 117 |
| Binary | 10111110 | 10100000 | 11110001 | 10101 | 100010 | 0 | 101 | 100000110 | 1001010 | 1001111 |
Color Harmonies of #BEA0F1
Complementary color
Monochromatic Colors of #BEA0F1
Black with #BEA0F1
Text Example
Text Example
White with #BEA0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA0F1; }
p { color: rgb(190,160,241); }
H1.HeaderClassName
{
color: #BEA0F1;
}
.AnyTagClassName
{
color: #BEA0F1;
}
</style>
background-color css
<style>
a { background-color: #BEA0F1; }
a { background-color: rgb(190,160,241); }
div.DivClassName
{
background-color: #BEA0F1;
}
.BgClassName
{
background-color: #BEA0F1;
}
</style>
border-color css
<style>
span { border-color: #BEA0F1; }
span { border-color: rgb(190,160,241); }
td.TdClassName
{
border-color: #BEA0F1;
}
.TagClassName
{
border-color: #BEA0F1;
}
</style>