Shades of Perfume #BEA1DC
Tints of Perfume #BEA1DC
RGB
CMYK
RGB Variations
Color information
#BEA1DC (or 0xBEA1DC) is known color: Perfume. HEX triplet: BE, A1 and DC. RGB value is (190,161,220). Sum of RGB (Red+Green+Blue) = 190+161+220=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1DC is #415E23. Grayscale: #B0B0B0. Windows color (decimal): -4283940 or 14459326. OLE color: 14459326.
HSL color Cylindrical-coordinate representation of color #BEA1DC: hue angle of 269.49º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA1DC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 161 | 220 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.14 |
| HSL | 269.49º | 0.46% | 0.75% | - |
| HSV(B) | 269.49º | 0.27% | 0.86% | - |
| XYZ | 46.9 | 41.6 | 73.27 | - |
| YUV | 176.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 220 | 0.14 | 0.27 | 0 | 0.14 | 269.49 | 0.46 | 0.75 |
| Hex | BE | A1 | DC | E | 1B | 0 | E | 10D | 2E | 4B |
| Octal | 276 | 241 | 334 | 16 | 33 | 0 | 16 | 415 | 56 | 113 |
| Binary | 10111110 | 10100001 | 11011100 | 1110 | 11011 | 0 | 1110 | 100001101 | 101110 | 1001011 |
Color Harmonies of #BEA1DC
Complementary color
Monochromatic Colors of #BEA1DC
Black with #BEA1DC
Text Example
Text Example
White with #BEA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1DC; }
p { color: rgb(190,161,220); }
H1.HeaderClassName
{
color: #BEA1DC;
}
.AnyTagClassName
{
color: #BEA1DC;
}
</style>
background-color css
<style>
a { background-color: #BEA1DC; }
a { background-color: rgb(190,161,220); }
div.DivClassName
{
background-color: #BEA1DC;
}
.BgClassName
{
background-color: #BEA1DC;
}
</style>
border-color css
<style>
span { border-color: #BEA1DC; }
span { border-color: rgb(190,161,220); }
td.TdClassName
{
border-color: #BEA1DC;
}
.TagClassName
{
border-color: #BEA1DC;
}
</style>