Shades of Perfume #BEA1EC
Tints of Perfume #BEA1EC
RGB
CMYK
RGB Variations
Color information
#BEA1EC (or 0xBEA1EC) is known color: Perfume. HEX triplet: BE, A1 and EC. RGB value is (190,161,236). Sum of RGB (Red+Green+Blue) = 190+161+236=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1EC is #415E13. Grayscale: #B1B1B1. Windows color (decimal): -4283924 or 15507902. OLE color: 15507902.
HSL color Cylindrical-coordinate representation of color #BEA1EC: hue angle of 263.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA1EC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 161 | 236 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.07 |
| HSL | 263.2º | 0.66% | 0.78% | - |
| HSV(B) | 263.2º | 0.32% | 0.93% | - |
| XYZ | 49.12 | 42.49 | 84.97 | - |
| YUV | 178.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 236 | 0.19 | 0.32 | 0 | 0.07 | 263.2 | 0.66 | 0.78 |
| Hex | BE | A1 | EC | 13 | 20 | 0 | 7 | 107 | 42 | 4E |
| Octal | 276 | 241 | 354 | 23 | 40 | 0 | 7 | 407 | 102 | 116 |
| Binary | 10111110 | 10100001 | 11101100 | 10011 | 100000 | 0 | 111 | 100000111 | 1000010 | 1001110 |
Color Harmonies of #BEA1EC
Complementary color
Monochromatic Colors of #BEA1EC
Black with #BEA1EC
Text Example
Text Example
White with #BEA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1EC; }
p { color: rgb(190,161,236); }
H1.HeaderClassName
{
color: #BEA1EC;
}
.AnyTagClassName
{
color: #BEA1EC;
}
</style>
background-color css
<style>
a { background-color: #BEA1EC; }
a { background-color: rgb(190,161,236); }
div.DivClassName
{
background-color: #BEA1EC;
}
.BgClassName
{
background-color: #BEA1EC;
}
</style>
border-color css
<style>
span { border-color: #BEA1EC; }
span { border-color: rgb(190,161,236); }
td.TdClassName
{
border-color: #BEA1EC;
}
.TagClassName
{
border-color: #BEA1EC;
}
</style>