Shades of Perfume #BEA0DC
Tints of Perfume #BEA0DC
RGB
CMYK
RGB Variations
Color information
#BEA0DC (or 0xBEA0DC) is known color: Perfume. HEX triplet: BE, A0 and DC. RGB value is (190,160,220). Sum of RGB (Red+Green+Blue) = 190+160+220=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0DC is #415F23. Grayscale: #AFAFAF. Windows color (decimal): -4284196 or 14459070. OLE color: 14459070.
HSL color Cylindrical-coordinate representation of color #BEA0DC: hue angle of 270º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA0DC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 160 | 220 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.14 |
| HSL | 270º | 0.46% | 0.75% | - |
| HSV(B) | 270º | 0.27% | 0.86% | - |
| XYZ | 46.72 | 41.26 | 73.21 | - |
| YUV | 175.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 220 | 0.14 | 0.27 | 0 | 0.14 | 270 | 0.46 | 0.75 |
| Hex | BE | A0 | DC | E | 1B | 0 | E | 10E | 2E | 4B |
| Octal | 276 | 240 | 334 | 16 | 33 | 0 | 16 | 416 | 56 | 113 |
| Binary | 10111110 | 10100000 | 11011100 | 1110 | 11011 | 0 | 1110 | 100001110 | 101110 | 1001011 |
Color Harmonies of #BEA0DC
Complementary color
Monochromatic Colors of #BEA0DC
Black with #BEA0DC
Text Example
Text Example
White with #BEA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA0DC; }
p { color: rgb(190,160,220); }
H1.HeaderClassName
{
color: #BEA0DC;
}
.AnyTagClassName
{
color: #BEA0DC;
}
</style>
background-color css
<style>
a { background-color: #BEA0DC; }
a { background-color: rgb(190,160,220); }
div.DivClassName
{
background-color: #BEA0DC;
}
.BgClassName
{
background-color: #BEA0DC;
}
</style>
border-color css
<style>
span { border-color: #BEA0DC; }
span { border-color: rgb(190,160,220); }
td.TdClassName
{
border-color: #BEA0DC;
}
.TagClassName
{
border-color: #BEA0DC;
}
</style>