Shades of Perfume #BEA7DD
Tints of Perfume #BEA7DD
RGB
CMYK
RGB Variations
Color information
#BEA7DD (or 0xBEA7DD) is known color: Perfume. HEX triplet: BE, A7 and DD. RGB value is (190,167,221). Sum of RGB (Red+Green+Blue) = 190+167+221=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7DD is #415822. Grayscale: #B3B3B3. Windows color (decimal): -4282403 or 14526398. OLE color: 14526398.
HSL color Cylindrical-coordinate representation of color #BEA7DD: hue angle of 265.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA7DD is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 167 | 221 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.13 |
| HSL | 265.56º | 0.44% | 0.76% | - |
| HSV(B) | 265.56º | 0.24% | 0.87% | - |
| XYZ | 48.11 | 43.81 | 74.33 | - |
| YUV | 180.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 221 | 0.14 | 0.24 | 0 | 0.13 | 265.56 | 0.44 | 0.76 |
| Hex | BE | A7 | DD | E | 18 | 0 | D | 10A | 2C | 4C |
| Octal | 276 | 247 | 335 | 16 | 30 | 0 | 15 | 412 | 54 | 114 |
| Binary | 10111110 | 10100111 | 11011101 | 1110 | 11000 | 0 | 1101 | 100001010 | 101100 | 1001100 |
Color Harmonies of #BEA7DD
Complementary color
Monochromatic Colors of #BEA7DD
Black with #BEA7DD
Text Example
Text Example
White with #BEA7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7DD; }
p { color: rgb(190,167,221); }
H1.HeaderClassName
{
color: #BEA7DD;
}
.AnyTagClassName
{
color: #BEA7DD;
}
</style>
background-color css
<style>
a { background-color: #BEA7DD; }
a { background-color: rgb(190,167,221); }
div.DivClassName
{
background-color: #BEA7DD;
}
.BgClassName
{
background-color: #BEA7DD;
}
</style>
border-color css
<style>
span { border-color: #BEA7DD; }
span { border-color: rgb(190,167,221); }
td.TdClassName
{
border-color: #BEA7DD;
}
.TagClassName
{
border-color: #BEA7DD;
}
</style>