Shades of Wisteria #BE96D0
Tints of Wisteria #BE96D0
RGB
CMYK
RGB Variations
Color information
#BE96D0 (or 0xBE96D0) is known color: Wisteria. HEX triplet: BE, 96 and D0. RGB value is (190,150,208). Sum of RGB (Red+Green+Blue) = 190+150+208=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96D0 is #41692F. Grayscale: #A8A8A8. Windows color (decimal): -4286768 or 13670078. OLE color: 13670078.
HSL color Cylindrical-coordinate representation of color #BE96D0: hue angle of 281.38º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE96D0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 150 | 208 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.18 |
| HSL | 281.38º | 0.38% | 0.7% | - |
| HSV(B) | 281.38º | 0.28% | 0.82% | - |
| XYZ | 43.53 | 37.31 | 64.58 | - |
| YUV | 168.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 208 | 0.09 | 0.28 | 0 | 0.18 | 281.38 | 0.38 | 0.7 |
| Hex | BE | 96 | D0 | 9 | 1C | 0 | 12 | 119 | 26 | 46 |
| Octal | 276 | 226 | 320 | 11 | 34 | 0 | 22 | 431 | 46 | 106 |
| Binary | 10111110 | 10010110 | 11010000 | 1001 | 11100 | 0 | 10010 | 100011001 | 100110 | 1000110 |
Color Harmonies of #BE96D0
Complementary color
Monochromatic Colors of #BE96D0
Black with #BE96D0
Text Example
Text Example
White with #BE96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96D0; }
p { color: rgb(190,150,208); }
H1.HeaderClassName
{
color: #BE96D0;
}
.AnyTagClassName
{
color: #BE96D0;
}
</style>
background-color css
<style>
a { background-color: #BE96D0; }
a { background-color: rgb(190,150,208); }
div.DivClassName
{
background-color: #BE96D0;
}
.BgClassName
{
background-color: #BE96D0;
}
</style>
border-color css
<style>
span { border-color: #BE96D0; }
span { border-color: rgb(190,150,208); }
td.TdClassName
{
border-color: #BE96D0;
}
.TagClassName
{
border-color: #BE96D0;
}
</style>