Shades of Perfume #BEAADD
Tints of Perfume #BEAADD
RGB
CMYK
RGB Variations
Color information
#BEAADD (or 0xBEAADD) is known color: Perfume. HEX triplet: BE, AA and DD. RGB value is (190,170,221). Sum of RGB (Red+Green+Blue) = 190+170+221=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAADD is #415522. Grayscale: #B5B5B5. Windows color (decimal): -4281635 or 14527166. OLE color: 14527166.
HSL color Cylindrical-coordinate representation of color #BEAADD: hue angle of 263.53º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEAADD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 170 | 221 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.13 |
| HSL | 263.53º | 0.43% | 0.77% | - |
| HSV(B) | 263.53º | 0.23% | 0.87% | - |
| XYZ | 48.66 | 44.92 | 74.51 | - |
| YUV | 181.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 221 | 0.14 | 0.23 | 0 | 0.13 | 263.53 | 0.43 | 0.77 |
| Hex | BE | AA | DD | E | 17 | 0 | D | 108 | 2B | 4D |
| Octal | 276 | 252 | 335 | 16 | 27 | 0 | 15 | 410 | 53 | 115 |
| Binary | 10111110 | 10101010 | 11011101 | 1110 | 10111 | 0 | 1101 | 100001000 | 101011 | 1001101 |
Color Harmonies of #BEAADD
Complementary color
Monochromatic Colors of #BEAADD
Black with #BEAADD
Text Example
Text Example
White with #BEAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAADD; }
p { color: rgb(190,170,221); }
H1.HeaderClassName
{
color: #BEAADD;
}
.AnyTagClassName
{
color: #BEAADD;
}
</style>
background-color css
<style>
a { background-color: #BEAADD; }
a { background-color: rgb(190,170,221); }
div.DivClassName
{
background-color: #BEAADD;
}
.BgClassName
{
background-color: #BEAADD;
}
</style>
border-color css
<style>
span { border-color: #BEAADD; }
span { border-color: rgb(190,170,221); }
td.TdClassName
{
border-color: #BEAADD;
}
.TagClassName
{
border-color: #BEAADD;
}
</style>