Shades of Perfume #BEA2EF
Tints of Perfume #BEA2EF
RGB
CMYK
RGB Variations
Color information
#BEA2EF (or 0xBEA2EF) is known color: Perfume. HEX triplet: BE, A2 and EF. RGB value is (190,162,239). Sum of RGB (Red+Green+Blue) = 190+162+239=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEA2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2EF is #415D10. Grayscale: #B2B2B2. Windows color (decimal): -4283665 or 15704766. OLE color: 15704766.
HSL color Cylindrical-coordinate representation of color #BEA2EF: hue angle of 261.82º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA2EF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 162 | 239 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.06 |
| HSL | 261.82º | 0.71% | 0.79% | - |
| HSV(B) | 261.82º | 0.32% | 0.94% | - |
| XYZ | 49.74 | 43.02 | 87.34 | - |
| YUV | 179.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 239 | 0.21 | 0.32 | 0 | 0.06 | 261.82 | 0.71 | 0.79 |
| Hex | BE | A2 | EF | 15 | 20 | 0 | 6 | 106 | 47 | 4F |
| Octal | 276 | 242 | 357 | 25 | 40 | 0 | 6 | 406 | 107 | 117 |
| Binary | 10111110 | 10100010 | 11101111 | 10101 | 100000 | 0 | 110 | 100000110 | 1000111 | 1001111 |
Color Harmonies of #BEA2EF
Complementary color
Monochromatic Colors of #BEA2EF
Black with #BEA2EF
Text Example
Text Example
White with #BEA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2EF; }
p { color: rgb(190,162,239); }
H1.HeaderClassName
{
color: #BEA2EF;
}
.AnyTagClassName
{
color: #BEA2EF;
}
</style>
background-color css
<style>
a { background-color: #BEA2EF; }
a { background-color: rgb(190,162,239); }
div.DivClassName
{
background-color: #BEA2EF;
}
.BgClassName
{
background-color: #BEA2EF;
}
</style>
border-color css
<style>
span { border-color: #BEA2EF; }
span { border-color: rgb(190,162,239); }
td.TdClassName
{
border-color: #BEA2EF;
}
.TagClassName
{
border-color: #BEA2EF;
}
</style>