Shades of Perfume #BEA2DC
Tints of Perfume #BEA2DC
RGB
CMYK
RGB Variations
Color information
#BEA2DC (or 0xBEA2DC) is known color: Perfume. HEX triplet: BE, A2 and DC. RGB value is (190,162,220). Sum of RGB (Red+Green+Blue) = 190+162+220=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2DC is #415D23. Grayscale: #B0B0B0. Windows color (decimal): -4283684 or 14459582. OLE color: 14459582.
HSL color Cylindrical-coordinate representation of color #BEA2DC: hue angle of 268.97º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA2DC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 162 | 220 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.14 |
| HSL | 268.97º | 0.45% | 0.75% | - |
| HSV(B) | 268.97º | 0.26% | 0.86% | - |
| XYZ | 47.07 | 41.96 | 73.33 | - |
| YUV | 176.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 220 | 0.14 | 0.26 | 0 | 0.14 | 268.97 | 0.45 | 0.75 |
| Hex | BE | A2 | DC | E | 1A | 0 | E | 10D | 2D | 4B |
| Octal | 276 | 242 | 334 | 16 | 32 | 0 | 16 | 415 | 55 | 113 |
| Binary | 10111110 | 10100010 | 11011100 | 1110 | 11010 | 0 | 1110 | 100001101 | 101101 | 1001011 |
Color Harmonies of #BEA2DC
Complementary color
Monochromatic Colors of #BEA2DC
Black with #BEA2DC
Text Example
Text Example
White with #BEA2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2DC; }
p { color: rgb(190,162,220); }
H1.HeaderClassName
{
color: #BEA2DC;
}
.AnyTagClassName
{
color: #BEA2DC;
}
</style>
background-color css
<style>
a { background-color: #BEA2DC; }
a { background-color: rgb(190,162,220); }
div.DivClassName
{
background-color: #BEA2DC;
}
.BgClassName
{
background-color: #BEA2DC;
}
</style>
border-color css
<style>
span { border-color: #BEA2DC; }
span { border-color: rgb(190,162,220); }
td.TdClassName
{
border-color: #BEA2DC;
}
.TagClassName
{
border-color: #BEA2DC;
}
</style>