Shades of Perfume #BEA1DD
Tints of Perfume #BEA1DD
RGB
CMYK
RGB Variations
Color information
#BEA1DD (or 0xBEA1DD) is known color: Perfume. HEX triplet: BE, A1 and DD. RGB value is (190,161,221). Sum of RGB (Red+Green+Blue) = 190+161+221=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1DD is #415E22. Grayscale: #B0B0B0. Windows color (decimal): -4283939 or 14524862. OLE color: 14524862.
HSL color Cylindrical-coordinate representation of color #BEA1DD: hue angle of 269º degrees, saturation: 0.47, 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 #BEA1DD is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 161 | 221 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.13 |
| HSL | 269º | 0.47% | 0.75% | - |
| HSV(B) | 269º | 0.27% | 0.87% | - |
| XYZ | 47.03 | 41.66 | 73.97 | - |
| YUV | 176.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 221 | 0.14 | 0.27 | 0 | 0.13 | 269 | 0.47 | 0.75 |
| Hex | BE | A1 | DD | E | 1B | 0 | D | 10D | 2F | 4B |
| Octal | 276 | 241 | 335 | 16 | 33 | 0 | 15 | 415 | 57 | 113 |
| Binary | 10111110 | 10100001 | 11011101 | 1110 | 11011 | 0 | 1101 | 100001101 | 101111 | 1001011 |
Color Harmonies of #BEA1DD
Complementary color
Monochromatic Colors of #BEA1DD
Black with #BEA1DD
Text Example
Text Example
White with #BEA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1DD; }
p { color: rgb(190,161,221); }
H1.HeaderClassName
{
color: #BEA1DD;
}
.AnyTagClassName
{
color: #BEA1DD;
}
</style>
background-color css
<style>
a { background-color: #BEA1DD; }
a { background-color: rgb(190,161,221); }
div.DivClassName
{
background-color: #BEA1DD;
}
.BgClassName
{
background-color: #BEA1DD;
}
</style>
border-color css
<style>
span { border-color: #BEA1DD; }
span { border-color: rgb(190,161,221); }
td.TdClassName
{
border-color: #BEA1DD;
}
.TagClassName
{
border-color: #BEA1DD;
}
</style>