Shades of Perfume #BEA3CE
Tints of Perfume #BEA3CE
RGB
CMYK
RGB Variations
Color information
#BEA3CE (or 0xBEA3CE) is known color: Perfume. HEX triplet: BE, A3 and CE. RGB value is (190,163,206). Sum of RGB (Red+Green+Blue) = 190+163+206=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3CE is #415C31. Grayscale: #AFAFAF. Windows color (decimal): -4283442 or 13542334. OLE color: 13542334.
HSL color Cylindrical-coordinate representation of color #BEA3CE: hue angle of 277.67º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA3CE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 163 | 206 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.19 |
| HSL | 277.67º | 0.3% | 0.72% | - |
| HSV(B) | 277.67º | 0.21% | 0.81% | - |
| XYZ | 45.47 | 41.6 | 64.03 | - |
| YUV | 175.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 206 | 0.08 | 0.21 | 0 | 0.19 | 277.67 | 0.3 | 0.72 |
| Hex | BE | A3 | CE | 8 | 15 | 0 | 13 | 116 | 1E | 48 |
| Octal | 276 | 243 | 316 | 10 | 25 | 0 | 23 | 426 | 36 | 110 |
| Binary | 10111110 | 10100011 | 11001110 | 1000 | 10101 | 0 | 10011 | 100010110 | 11110 | 1001000 |
Color Harmonies of #BEA3CE
Complementary color
Monochromatic Colors of #BEA3CE
Black with #BEA3CE
Text Example
Text Example
White with #BEA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3CE; }
p { color: rgb(190,163,206); }
H1.HeaderClassName
{
color: #BEA3CE;
}
.AnyTagClassName
{
color: #BEA3CE;
}
</style>
background-color css
<style>
a { background-color: #BEA3CE; }
a { background-color: rgb(190,163,206); }
div.DivClassName
{
background-color: #BEA3CE;
}
.BgClassName
{
background-color: #BEA3CE;
}
</style>
border-color css
<style>
span { border-color: #BEA3CE; }
span { border-color: rgb(190,163,206); }
td.TdClassName
{
border-color: #BEA3CE;
}
.TagClassName
{
border-color: #BEA3CE;
}
</style>