Shades of Wisteria #BE9BCB
Tints of Wisteria #BE9BCB
RGB
CMYK
RGB Variations
Color information
#BE9BCB (or 0xBE9BCB) is known color: Wisteria. HEX triplet: BE, 9B and CB. RGB value is (190,155,203). Sum of RGB (Red+Green+Blue) = 190+155+203=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BCB is #416434. Grayscale: #AAAAAA. Windows color (decimal): -4285493 or 13343678. OLE color: 13343678.
HSL color Cylindrical-coordinate representation of color #BE9BCB: hue angle of 283.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9BCB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 155 | 203 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.20 |
| HSL | 283.75º | 0.32% | 0.7% | - |
| HSV(B) | 283.75º | 0.24% | 0.8% | - |
| XYZ | 43.74 | 38.7 | 61.66 | - |
| YUV | 170.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 203 | 0.06 | 0.24 | 0 | 0.20 | 283.75 | 0.32 | 0.7 |
| Hex | BE | 9B | CB | 6 | 18 | 0 | 14 | 11C | 20 | 46 |
| Octal | 276 | 233 | 313 | 6 | 30 | 0 | 24 | 434 | 40 | 106 |
| Binary | 10111110 | 10011011 | 11001011 | 110 | 11000 | 0 | 10100 | 100011100 | 100000 | 1000110 |
Color Harmonies of #BE9BCB
Complementary color
Monochromatic Colors of #BE9BCB
Black with #BE9BCB
Text Example
Text Example
White with #BE9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BCB; }
p { color: rgb(190,155,203); }
H1.HeaderClassName
{
color: #BE9BCB;
}
.AnyTagClassName
{
color: #BE9BCB;
}
</style>
background-color css
<style>
a { background-color: #BE9BCB; }
a { background-color: rgb(190,155,203); }
div.DivClassName
{
background-color: #BE9BCB;
}
.BgClassName
{
background-color: #BE9BCB;
}
</style>
border-color css
<style>
span { border-color: #BE9BCB; }
span { border-color: rgb(190,155,203); }
td.TdClassName
{
border-color: #BE9BCB;
}
.TagClassName
{
border-color: #BE9BCB;
}
</style>