Shades of Perfume #BEA0E0
Tints of Perfume #BEA0E0
RGB
CMYK
RGB Variations
Color information
#BEA0E0 (or 0xBEA0E0) is known color: Perfume. HEX triplet: BE, A0 and E0. RGB value is (190,160,224). Sum of RGB (Red+Green+Blue) = 190+160+224=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0E0 is #415F1F. Grayscale: #B0B0B0. Windows color (decimal): -4284192 or 14721214. OLE color: 14721214.
HSL color Cylindrical-coordinate representation of color #BEA0E0: hue angle of 268.12º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEA0E0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 160 | 224 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.12 |
| HSL | 268.13º | 0.51% | 0.75% | - |
| HSV(B) | 268.13º | 0.29% | 0.88% | - |
| XYZ | 47.26 | 41.47 | 76.03 | - |
| YUV | 176.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 224 | 0.15 | 0.29 | 0 | 0.12 | 268.13 | 0.51 | 0.75 |
| Hex | BE | A0 | E0 | F | 1D | 0 | C | 10C | 33 | 4B |
| Octal | 276 | 240 | 340 | 17 | 35 | 0 | 14 | 414 | 63 | 113 |
| Binary | 10111110 | 10100000 | 11100000 | 1111 | 11101 | 0 | 1100 | 100001100 | 110011 | 1001011 |
Color Harmonies of #BEA0E0
Complementary color
Monochromatic Colors of #BEA0E0
Black with #BEA0E0
Text Example
Text Example
White with #BEA0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA0E0; }
p { color: rgb(190,160,224); }
H1.HeaderClassName
{
color: #BEA0E0;
}
.AnyTagClassName
{
color: #BEA0E0;
}
</style>
background-color css
<style>
a { background-color: #BEA0E0; }
a { background-color: rgb(190,160,224); }
div.DivClassName
{
background-color: #BEA0E0;
}
.BgClassName
{
background-color: #BEA0E0;
}
</style>
border-color css
<style>
span { border-color: #BEA0E0; }
span { border-color: rgb(190,160,224); }
td.TdClassName
{
border-color: #BEA0E0;
}
.TagClassName
{
border-color: #BEA0E0;
}
</style>