Shades of Perfume #BEA8D9
Tints of Perfume #BEA8D9
RGB
CMYK
RGB Variations
Color information
#BEA8D9 (or 0xBEA8D9) is known color: Perfume. HEX triplet: BE, A8 and D9. RGB value is (190,168,217). Sum of RGB (Red+Green+Blue) = 190+168+217=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8D9 is #415726. Grayscale: #B3B3B3. Windows color (decimal): -4282151 or 14264510. OLE color: 14264510.
HSL color Cylindrical-coordinate representation of color #BEA8D9: hue angle of 266.94º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA8D9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 168 | 217 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.15 |
| HSL | 266.94º | 0.39% | 0.75% | - |
| HSV(B) | 266.94º | 0.23% | 0.85% | - |
| XYZ | 47.76 | 43.96 | 71.61 | - |
| YUV | 180.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 217 | 0.12 | 0.23 | 0 | 0.15 | 266.94 | 0.39 | 0.75 |
| Hex | BE | A8 | D9 | C | 17 | 0 | F | 10B | 27 | 4B |
| Octal | 276 | 250 | 331 | 14 | 27 | 0 | 17 | 413 | 47 | 113 |
| Binary | 10111110 | 10101000 | 11011001 | 1100 | 10111 | 0 | 1111 | 100001011 | 100111 | 1001011 |
Color Harmonies of #BEA8D9
Complementary color
Monochromatic Colors of #BEA8D9
Black with #BEA8D9
Text Example
Text Example
White with #BEA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8D9; }
p { color: rgb(190,168,217); }
H1.HeaderClassName
{
color: #BEA8D9;
}
.AnyTagClassName
{
color: #BEA8D9;
}
</style>
background-color css
<style>
a { background-color: #BEA8D9; }
a { background-color: rgb(190,168,217); }
div.DivClassName
{
background-color: #BEA8D9;
}
.BgClassName
{
background-color: #BEA8D9;
}
</style>
border-color css
<style>
span { border-color: #BEA8D9; }
span { border-color: rgb(190,168,217); }
td.TdClassName
{
border-color: #BEA8D9;
}
.TagClassName
{
border-color: #BEA8D9;
}
</style>