Shades of Wisteria #BE9ECB
Tints of Wisteria #BE9ECB
RGB
CMYK
RGB Variations
Color information
#BE9ECB (or 0xBE9ECB) is known color: Wisteria. HEX triplet: BE, 9E and CB. RGB value is (190,158,203). Sum of RGB (Red+Green+Blue) = 190+158+203=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ECB is #416134. Grayscale: #ACACAC. Windows color (decimal): -4284725 or 13344446. OLE color: 13344446.
HSL color Cylindrical-coordinate representation of color #BE9ECB: hue angle of 282.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE9ECB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 158 | 203 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.20 |
| HSL | 282.67º | 0.3% | 0.71% | - |
| HSV(B) | 282.67º | 0.22% | 0.8% | - |
| XYZ | 44.24 | 39.71 | 61.83 | - |
| YUV | 172.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 203 | 0.06 | 0.22 | 0 | 0.20 | 282.67 | 0.3 | 0.71 |
| Hex | BE | 9E | CB | 6 | 16 | 0 | 14 | 11B | 1E | 47 |
| Octal | 276 | 236 | 313 | 6 | 26 | 0 | 24 | 433 | 36 | 107 |
| Binary | 10111110 | 10011110 | 11001011 | 110 | 10110 | 0 | 10100 | 100011011 | 11110 | 1000111 |
Color Harmonies of #BE9ECB
Complementary color
Monochromatic Colors of #BE9ECB
Black with #BE9ECB
Text Example
Text Example
White with #BE9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ECB; }
p { color: rgb(190,158,203); }
H1.HeaderClassName
{
color: #BE9ECB;
}
.AnyTagClassName
{
color: #BE9ECB;
}
</style>
background-color css
<style>
a { background-color: #BE9ECB; }
a { background-color: rgb(190,158,203); }
div.DivClassName
{
background-color: #BE9ECB;
}
.BgClassName
{
background-color: #BE9ECB;
}
</style>
border-color css
<style>
span { border-color: #BE9ECB; }
span { border-color: rgb(190,158,203); }
td.TdClassName
{
border-color: #BE9ECB;
}
.TagClassName
{
border-color: #BE9ECB;
}
</style>