Shades of Perfume #BEA6EC
Tints of Perfume #BEA6EC
RGB
CMYK
RGB Variations
Color information
#BEA6EC (or 0xBEA6EC) is known color: Perfume. HEX triplet: BE, A6 and EC. RGB value is (190,166,236). Sum of RGB (Red+Green+Blue) = 190+166+236=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6EC is #415913. Grayscale: #B4B4B4. Windows color (decimal): -4282644 or 15509182. OLE color: 15509182.
HSL color Cylindrical-coordinate representation of color #BEA6EC: hue angle of 260.57º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA6EC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 166 | 236 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.07 |
| HSL | 260.57º | 0.65% | 0.79% | - |
| HSV(B) | 260.57º | 0.3% | 0.93% | - |
| XYZ | 50.01 | 44.28 | 85.27 | - |
| YUV | 181.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 236 | 0.19 | 0.30 | 0 | 0.07 | 260.57 | 0.65 | 0.79 |
| Hex | BE | A6 | EC | 13 | 1E | 0 | 7 | 105 | 41 | 4F |
| Octal | 276 | 246 | 354 | 23 | 36 | 0 | 7 | 405 | 101 | 117 |
| Binary | 10111110 | 10100110 | 11101100 | 10011 | 11110 | 0 | 111 | 100000101 | 1000001 | 1001111 |
Color Harmonies of #BEA6EC
Complementary color
Monochromatic Colors of #BEA6EC
Black with #BEA6EC
Text Example
Text Example
White with #BEA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6EC; }
p { color: rgb(190,166,236); }
H1.HeaderClassName
{
color: #BEA6EC;
}
.AnyTagClassName
{
color: #BEA6EC;
}
</style>
background-color css
<style>
a { background-color: #BEA6EC; }
a { background-color: rgb(190,166,236); }
div.DivClassName
{
background-color: #BEA6EC;
}
.BgClassName
{
background-color: #BEA6EC;
}
</style>
border-color css
<style>
span { border-color: #BEA6EC; }
span { border-color: rgb(190,166,236); }
td.TdClassName
{
border-color: #BEA6EC;
}
.TagClassName
{
border-color: #BEA6EC;
}
</style>