Shades of Perfume #BEA2E7
Tints of Perfume #BEA2E7
RGB
CMYK
RGB Variations
Color information
#BEA2E7 (or 0xBEA2E7) is known color: Perfume. HEX triplet: BE, A2 and E7. RGB value is (190,162,231). Sum of RGB (Red+Green+Blue) = 190+162+231=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEA2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2E7 is #415D18. Grayscale: #B1B1B1. Windows color (decimal): -4283673 or 15180478. OLE color: 15180478.
HSL color Cylindrical-coordinate representation of color #BEA2E7: hue angle of 264.35º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA2E7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 162 | 231 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.09 |
| HSL | 264.35º | 0.59% | 0.77% | - |
| HSV(B) | 264.35º | 0.3% | 0.91% | - |
| XYZ | 48.58 | 42.56 | 81.26 | - |
| YUV | 178.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 231 | 0.18 | 0.30 | 0 | 0.09 | 264.35 | 0.59 | 0.77 |
| Hex | BE | A2 | E7 | 12 | 1E | 0 | 9 | 108 | 3B | 4D |
| Octal | 276 | 242 | 347 | 22 | 36 | 0 | 11 | 410 | 73 | 115 |
| Binary | 10111110 | 10100010 | 11100111 | 10010 | 11110 | 0 | 1001 | 100001000 | 111011 | 1001101 |
Color Harmonies of #BEA2E7
Complementary color
Monochromatic Colors of #BEA2E7
Black with #BEA2E7
Text Example
Text Example
White with #BEA2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2E7; }
p { color: rgb(190,162,231); }
H1.HeaderClassName
{
color: #BEA2E7;
}
.AnyTagClassName
{
color: #BEA2E7;
}
</style>
background-color css
<style>
a { background-color: #BEA2E7; }
a { background-color: rgb(190,162,231); }
div.DivClassName
{
background-color: #BEA2E7;
}
.BgClassName
{
background-color: #BEA2E7;
}
</style>
border-color css
<style>
span { border-color: #BEA2E7; }
span { border-color: rgb(190,162,231); }
td.TdClassName
{
border-color: #BEA2E7;
}
.TagClassName
{
border-color: #BEA2E7;
}
</style>