Shades of Wisteria #BEA2CE
Tints of Wisteria #BEA2CE
RGB
CMYK
RGB Variations
Color information
#BEA2CE (or 0xBEA2CE) is known color: Wisteria. HEX triplet: BE, A2 and CE. RGB value is (190,162,206). Sum of RGB (Red+Green+Blue) = 190+162+206=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2CE is #415D31. Grayscale: #AFAFAF. Windows color (decimal): -4283698 or 13542078. OLE color: 13542078.
HSL color Cylindrical-coordinate representation of color #BEA2CE: hue angle of 278.18º degrees, saturation: 0.31, 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 #BEA2CE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 162 | 206 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.19 |
| HSL | 278.18º | 0.31% | 0.72% | - |
| HSV(B) | 278.18º | 0.21% | 0.81% | - |
| XYZ | 45.3 | 41.24 | 63.97 | - |
| YUV | 175.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 206 | 0.08 | 0.21 | 0 | 0.19 | 278.18 | 0.31 | 0.72 |
| Hex | BE | A2 | CE | 8 | 15 | 0 | 13 | 116 | 1F | 48 |
| Octal | 276 | 242 | 316 | 10 | 25 | 0 | 23 | 426 | 37 | 110 |
| Binary | 10111110 | 10100010 | 11001110 | 1000 | 10101 | 0 | 10011 | 100010110 | 11111 | 1001000 |
Color Harmonies of #BEA2CE
Complementary color
Monochromatic Colors of #BEA2CE
Black with #BEA2CE
Text Example
Text Example
White with #BEA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2CE; }
p { color: rgb(190,162,206); }
H1.HeaderClassName
{
color: #BEA2CE;
}
.AnyTagClassName
{
color: #BEA2CE;
}
</style>
background-color css
<style>
a { background-color: #BEA2CE; }
a { background-color: rgb(190,162,206); }
div.DivClassName
{
background-color: #BEA2CE;
}
.BgClassName
{
background-color: #BEA2CE;
}
</style>
border-color css
<style>
span { border-color: #BEA2CE; }
span { border-color: rgb(190,162,206); }
td.TdClassName
{
border-color: #BEA2CE;
}
.TagClassName
{
border-color: #BEA2CE;
}
</style>