Shades of Perfume #BEA3E1
Tints of Perfume #BEA3E1
RGB
CMYK
RGB Variations
Color information
#BEA3E1 (or 0xBEA3E1) is known color: Perfume. HEX triplet: BE, A3 and E1. RGB value is (190,163,225). Sum of RGB (Red+Green+Blue) = 190+163+225=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEA3E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3E1 is #415C1E. Grayscale: #B1B1B1. Windows color (decimal): -4283423 or 14787518. OLE color: 14787518.
HSL color Cylindrical-coordinate representation of color #BEA3E1: hue angle of 266.13º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA3E1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 163 | 225 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.12 |
| HSL | 266.13º | 0.51% | 0.76% | - |
| HSV(B) | 266.13º | 0.28% | 0.88% | - |
| XYZ | 47.92 | 42.58 | 76.93 | - |
| YUV | 178.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 225 | 0.16 | 0.28 | 0 | 0.12 | 266.13 | 0.51 | 0.76 |
| Hex | BE | A3 | E1 | 10 | 1C | 0 | C | 10A | 33 | 4C |
| Octal | 276 | 243 | 341 | 20 | 34 | 0 | 14 | 412 | 63 | 114 |
| Binary | 10111110 | 10100011 | 11100001 | 10000 | 11100 | 0 | 1100 | 100001010 | 110011 | 1001100 |
Color Harmonies of #BEA3E1
Complementary color
Monochromatic Colors of #BEA3E1
Black with #BEA3E1
Text Example
Text Example
White with #BEA3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3E1; }
p { color: rgb(190,163,225); }
H1.HeaderClassName
{
color: #BEA3E1;
}
.AnyTagClassName
{
color: #BEA3E1;
}
</style>
background-color css
<style>
a { background-color: #BEA3E1; }
a { background-color: rgb(190,163,225); }
div.DivClassName
{
background-color: #BEA3E1;
}
.BgClassName
{
background-color: #BEA3E1;
}
</style>
border-color css
<style>
span { border-color: #BEA3E1; }
span { border-color: rgb(190,163,225); }
td.TdClassName
{
border-color: #BEA3E1;
}
.TagClassName
{
border-color: #BEA3E1;
}
</style>