Shades of Perfume #BEA2DE
Tints of Perfume #BEA2DE
RGB
CMYK
RGB Variations
Color information
#BEA2DE (or 0xBEA2DE) is known color: Perfume. HEX triplet: BE, A2 and DE. RGB value is (190,162,222). Sum of RGB (Red+Green+Blue) = 190+162+222=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEA2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2DE is #415D21. Grayscale: #B1B1B1. Windows color (decimal): -4283682 or 14590654. OLE color: 14590654.
HSL color Cylindrical-coordinate representation of color #BEA2DE: hue angle of 268º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA2DE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 162 | 222 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.13 |
| HSL | 268º | 0.48% | 0.75% | - |
| HSV(B) | 268º | 0.27% | 0.87% | - |
| XYZ | 47.34 | 42.06 | 74.73 | - |
| YUV | 177.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 222 | 0.14 | 0.27 | 0 | 0.13 | 268 | 0.48 | 0.75 |
| Hex | BE | A2 | DE | E | 1B | 0 | D | 10C | 30 | 4B |
| Octal | 276 | 242 | 336 | 16 | 33 | 0 | 15 | 414 | 60 | 113 |
| Binary | 10111110 | 10100010 | 11011110 | 1110 | 11011 | 0 | 1101 | 100001100 | 110000 | 1001011 |
Color Harmonies of #BEA2DE
Complementary color
Monochromatic Colors of #BEA2DE
Black with #BEA2DE
Text Example
Text Example
White with #BEA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2DE; }
p { color: rgb(190,162,222); }
H1.HeaderClassName
{
color: #BEA2DE;
}
.AnyTagClassName
{
color: #BEA2DE;
}
</style>
background-color css
<style>
a { background-color: #BEA2DE; }
a { background-color: rgb(190,162,222); }
div.DivClassName
{
background-color: #BEA2DE;
}
.BgClassName
{
background-color: #BEA2DE;
}
</style>
border-color css
<style>
span { border-color: #BEA2DE; }
span { border-color: rgb(190,162,222); }
td.TdClassName
{
border-color: #BEA2DE;
}
.TagClassName
{
border-color: #BEA2DE;
}
</style>