Shades of Perfume #BEA2DB
Tints of Perfume #BEA2DB
RGB
CMYK
RGB Variations
Color information
#BEA2DB (or 0xBEA2DB) is known color: Perfume. HEX triplet: BE, A2 and DB. RGB value is (190,162,219). Sum of RGB (Red+Green+Blue) = 190+162+219=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2DB is #415D24. Grayscale: #B0B0B0. Windows color (decimal): -4283685 or 14394046. OLE color: 14394046.
HSL color Cylindrical-coordinate representation of color #BEA2DB: hue angle of 269.47º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA2DB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 162 | 219 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.14 |
| HSL | 269.47º | 0.44% | 0.75% | - |
| HSV(B) | 269.47º | 0.26% | 0.86% | - |
| XYZ | 46.94 | 41.9 | 72.63 | - |
| YUV | 176.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 219 | 0.13 | 0.26 | 0 | 0.14 | 269.47 | 0.44 | 0.75 |
| Hex | BE | A2 | DB | D | 1A | 0 | E | 10D | 2C | 4B |
| Octal | 276 | 242 | 333 | 15 | 32 | 0 | 16 | 415 | 54 | 113 |
| Binary | 10111110 | 10100010 | 11011011 | 1101 | 11010 | 0 | 1110 | 100001101 | 101100 | 1001011 |
Color Harmonies of #BEA2DB
Complementary color
Monochromatic Colors of #BEA2DB
Black with #BEA2DB
Text Example
Text Example
White with #BEA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2DB; }
p { color: rgb(190,162,219); }
H1.HeaderClassName
{
color: #BEA2DB;
}
.AnyTagClassName
{
color: #BEA2DB;
}
</style>
background-color css
<style>
a { background-color: #BEA2DB; }
a { background-color: rgb(190,162,219); }
div.DivClassName
{
background-color: #BEA2DB;
}
.BgClassName
{
background-color: #BEA2DB;
}
</style>
border-color css
<style>
span { border-color: #BEA2DB; }
span { border-color: rgb(190,162,219); }
td.TdClassName
{
border-color: #BEA2DB;
}
.TagClassName
{
border-color: #BEA2DB;
}
</style>