Shades of Perfume #BEA2D1
Tints of Perfume #BEA2D1
RGB
CMYK
RGB Variations
Color information
#BEA2D1 (or 0xBEA2D1) is known color: Perfume. HEX triplet: BE, A2 and D1. RGB value is (190,162,209). Sum of RGB (Red+Green+Blue) = 190+162+209=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2D1 is #415D2E. Grayscale: #AFAFAF. Windows color (decimal): -4283695 or 13738686. OLE color: 13738686.
HSL color Cylindrical-coordinate representation of color #BEA2D1: hue angle of 275.74º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA2D1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 162 | 209 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.18 |
| HSL | 275.74º | 0.34% | 0.73% | - |
| HSV(B) | 275.74º | 0.22% | 0.82% | - |
| XYZ | 45.66 | 41.39 | 65.9 | - |
| YUV | 175.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 209 | 0.09 | 0.22 | 0 | 0.18 | 275.74 | 0.34 | 0.73 |
| Hex | BE | A2 | D1 | 9 | 16 | 0 | 12 | 114 | 22 | 49 |
| Octal | 276 | 242 | 321 | 11 | 26 | 0 | 22 | 424 | 42 | 111 |
| Binary | 10111110 | 10100010 | 11010001 | 1001 | 10110 | 0 | 10010 | 100010100 | 100010 | 1001001 |
Color Harmonies of #BEA2D1
Complementary color
Monochromatic Colors of #BEA2D1
Black with #BEA2D1
Text Example
Text Example
White with #BEA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2D1; }
p { color: rgb(190,162,209); }
H1.HeaderClassName
{
color: #BEA2D1;
}
.AnyTagClassName
{
color: #BEA2D1;
}
</style>
background-color css
<style>
a { background-color: #BEA2D1; }
a { background-color: rgb(190,162,209); }
div.DivClassName
{
background-color: #BEA2D1;
}
.BgClassName
{
background-color: #BEA2D1;
}
</style>
border-color css
<style>
span { border-color: #BEA2D1; }
span { border-color: rgb(190,162,209); }
td.TdClassName
{
border-color: #BEA2D1;
}
.TagClassName
{
border-color: #BEA2D1;
}
</style>