Shades of Perfume #BEA3DD
Tints of Perfume #BEA3DD
RGB
CMYK
RGB Variations
Color information
#BEA3DD (or 0xBEA3DD) is known color: Perfume. HEX triplet: BE, A3 and DD. RGB value is (190,163,221). Sum of RGB (Red+Green+Blue) = 190+163+221=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3DD is #415C22. Grayscale: #B1B1B1. Windows color (decimal): -4283427 or 14525374. OLE color: 14525374.
HSL color Cylindrical-coordinate representation of color #BEA3DD: hue angle of 267.93º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA3DD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 163 | 221 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.13 |
| HSL | 267.93º | 0.46% | 0.75% | - |
| HSV(B) | 267.93º | 0.26% | 0.87% | - |
| XYZ | 47.38 | 42.36 | 74.09 | - |
| YUV | 177.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 221 | 0.14 | 0.26 | 0 | 0.13 | 267.93 | 0.46 | 0.75 |
| Hex | BE | A3 | DD | E | 1A | 0 | D | 10C | 2E | 4B |
| Octal | 276 | 243 | 335 | 16 | 32 | 0 | 15 | 414 | 56 | 113 |
| Binary | 10111110 | 10100011 | 11011101 | 1110 | 11010 | 0 | 1101 | 100001100 | 101110 | 1001011 |
Color Harmonies of #BEA3DD
Complementary color
Monochromatic Colors of #BEA3DD
Black with #BEA3DD
Text Example
Text Example
White with #BEA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3DD; }
p { color: rgb(190,163,221); }
H1.HeaderClassName
{
color: #BEA3DD;
}
.AnyTagClassName
{
color: #BEA3DD;
}
</style>
background-color css
<style>
a { background-color: #BEA3DD; }
a { background-color: rgb(190,163,221); }
div.DivClassName
{
background-color: #BEA3DD;
}
.BgClassName
{
background-color: #BEA3DD;
}
</style>
border-color css
<style>
span { border-color: #BEA3DD; }
span { border-color: rgb(190,163,221); }
td.TdClassName
{
border-color: #BEA3DD;
}
.TagClassName
{
border-color: #BEA3DD;
}
</style>