Shades of Wisteria #BE9EC9
Tints of Wisteria #BE9EC9
RGB
CMYK
RGB Variations
Color information
#BE9EC9 (or 0xBE9EC9) is known color: Wisteria. HEX triplet: BE, 9E and C9. RGB value is (190,158,201). Sum of RGB (Red+Green+Blue) = 190+158+201=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE9EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EC9 is #416136. Grayscale: #ACACAC. Windows color (decimal): -4284727 or 13213374. OLE color: 13213374.
HSL color Cylindrical-coordinate representation of color #BE9EC9: hue angle of 284.65º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE9EC9 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 158 | 201 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.21 |
| HSL | 284.65º | 0.28% | 0.7% | - |
| HSV(B) | 284.65º | 0.21% | 0.79% | - |
| XYZ | 44 | 39.62 | 60.59 | - |
| YUV | 172.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 201 | 0.05 | 0.21 | 0 | 0.21 | 284.65 | 0.28 | 0.7 |
| Hex | BE | 9E | C9 | 5 | 15 | 0 | 15 | 11D | 1C | 46 |
| Octal | 276 | 236 | 311 | 5 | 25 | 0 | 25 | 435 | 34 | 106 |
| Binary | 10111110 | 10011110 | 11001001 | 101 | 10101 | 0 | 10101 | 100011101 | 11100 | 1000110 |
Color Harmonies of #BE9EC9
Complementary color
Monochromatic Colors of #BE9EC9
Black with #BE9EC9
Text Example
Text Example
White with #BE9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EC9; }
p { color: rgb(190,158,201); }
H1.HeaderClassName
{
color: #BE9EC9;
}
.AnyTagClassName
{
color: #BE9EC9;
}
</style>
background-color css
<style>
a { background-color: #BE9EC9; }
a { background-color: rgb(190,158,201); }
div.DivClassName
{
background-color: #BE9EC9;
}
.BgClassName
{
background-color: #BE9EC9;
}
</style>
border-color css
<style>
span { border-color: #BE9EC9; }
span { border-color: rgb(190,158,201); }
td.TdClassName
{
border-color: #BE9EC9;
}
.TagClassName
{
border-color: #BE9EC9;
}
</style>