Shades of Perfume #BEAADC
Tints of Perfume #BEAADC
RGB
CMYK
RGB Variations
Color information
#BEAADC (or 0xBEAADC) is known color: Perfume. HEX triplet: BE, AA and DC. RGB value is (190,170,220). Sum of RGB (Red+Green+Blue) = 190+170+220=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAADC is #415523. Grayscale: #B5B5B5. Windows color (decimal): -4281636 or 14461630. OLE color: 14461630.
HSL color Cylindrical-coordinate representation of color #BEAADC: hue angle of 264º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEAADC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 170 | 220 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.14 |
| HSL | 264º | 0.42% | 0.76% | - |
| HSV(B) | 264º | 0.23% | 0.86% | - |
| XYZ | 48.53 | 44.86 | 73.81 | - |
| YUV | 181.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 220 | 0.14 | 0.23 | 0 | 0.14 | 264 | 0.42 | 0.76 |
| Hex | BE | AA | DC | E | 17 | 0 | E | 108 | 2A | 4C |
| Octal | 276 | 252 | 334 | 16 | 27 | 0 | 16 | 410 | 52 | 114 |
| Binary | 10111110 | 10101010 | 11011100 | 1110 | 10111 | 0 | 1110 | 100001000 | 101010 | 1001100 |
Color Harmonies of #BEAADC
Complementary color
Monochromatic Colors of #BEAADC
Black with #BEAADC
Text Example
Text Example
White with #BEAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAADC; }
p { color: rgb(190,170,220); }
H1.HeaderClassName
{
color: #BEAADC;
}
.AnyTagClassName
{
color: #BEAADC;
}
</style>
background-color css
<style>
a { background-color: #BEAADC; }
a { background-color: rgb(190,170,220); }
div.DivClassName
{
background-color: #BEAADC;
}
.BgClassName
{
background-color: #BEAADC;
}
</style>
border-color css
<style>
span { border-color: #BEAADC; }
span { border-color: rgb(190,170,220); }
td.TdClassName
{
border-color: #BEAADC;
}
.TagClassName
{
border-color: #BEAADC;
}
</style>