Shades of Wisteria #BE96DC
Tints of Wisteria #BE96DC
RGB
CMYK
RGB Variations
Color information
#BE96DC (or 0xBE96DC) is known color: Wisteria. HEX triplet: BE, 96 and DC. RGB value is (190,150,220). Sum of RGB (Red+Green+Blue) = 190+150+220=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96DC is #416923. Grayscale: #A9A9A9. Windows color (decimal): -4286756 or 14456510. OLE color: 14456510.
HSL color Cylindrical-coordinate representation of color #BE96DC: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE96DC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 150 | 220 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.14 |
| HSL | 274.29º | 0.5% | 0.73% | - |
| HSV(B) | 274.29º | 0.32% | 0.86% | - |
| XYZ | 45.06 | 37.93 | 72.66 | - |
| YUV | 169.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 220 | 0.14 | 0.32 | 0 | 0.14 | 274.29 | 0.5 | 0.73 |
| Hex | BE | 96 | DC | E | 20 | 0 | E | 112 | 32 | 49 |
| Octal | 276 | 226 | 334 | 16 | 40 | 0 | 16 | 422 | 62 | 111 |
| Binary | 10111110 | 10010110 | 11011100 | 1110 | 100000 | 0 | 1110 | 100010010 | 110010 | 1001001 |
Color Harmonies of #BE96DC
Complementary color
Monochromatic Colors of #BE96DC
Black with #BE96DC
Text Example
Text Example
White with #BE96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96DC; }
p { color: rgb(190,150,220); }
H1.HeaderClassName
{
color: #BE96DC;
}
.AnyTagClassName
{
color: #BE96DC;
}
</style>
background-color css
<style>
a { background-color: #BE96DC; }
a { background-color: rgb(190,150,220); }
div.DivClassName
{
background-color: #BE96DC;
}
.BgClassName
{
background-color: #BE96DC;
}
</style>
border-color css
<style>
span { border-color: #BE96DC; }
span { border-color: rgb(190,150,220); }
td.TdClassName
{
border-color: #BE96DC;
}
.TagClassName
{
border-color: #BE96DC;
}
</style>