Shades of Wisteria #BE9BCC
Tints of Wisteria #BE9BCC
RGB
CMYK
RGB Variations
Color information
#BE9BCC (or 0xBE9BCC) is known color: Wisteria. HEX triplet: BE, 9B and CC. RGB value is (190,155,204). Sum of RGB (Red+Green+Blue) = 190+155+204=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BCC is #416433. Grayscale: #AAAAAA. Windows color (decimal): -4285492 or 13409214. OLE color: 13409214.
HSL color Cylindrical-coordinate representation of color #BE9BCC: hue angle of 282.86º 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 #BE9BCC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 155 | 204 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.2 |
| HSL | 282.86º | 0.32% | 0.7% | - |
| HSV(B) | 282.86º | 0.24% | 0.8% | - |
| XYZ | 43.86 | 38.75 | 62.29 | - |
| YUV | 171.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 204 | 0.07 | 0.24 | 0 | 0.2 | 282.86 | 0.32 | 0.7 |
| Hex | BE | 9B | CC | 7 | 18 | 0 | 14 | 11B | 20 | 46 |
| Octal | 276 | 233 | 314 | 7 | 30 | 0 | 24 | 433 | 40 | 106 |
| Binary | 10111110 | 10011011 | 11001100 | 111 | 11000 | 0 | 10100 | 100011011 | 100000 | 1000110 |
Color Harmonies of #BE9BCC
Complementary color
Monochromatic Colors of #BE9BCC
Black with #BE9BCC
Text Example
Text Example
White with #BE9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BCC; }
p { color: rgb(190,155,204); }
H1.HeaderClassName
{
color: #BE9BCC;
}
.AnyTagClassName
{
color: #BE9BCC;
}
</style>
background-color css
<style>
a { background-color: #BE9BCC; }
a { background-color: rgb(190,155,204); }
div.DivClassName
{
background-color: #BE9BCC;
}
.BgClassName
{
background-color: #BE9BCC;
}
</style>
border-color css
<style>
span { border-color: #BE9BCC; }
span { border-color: rgb(190,155,204); }
td.TdClassName
{
border-color: #BE9BCC;
}
.TagClassName
{
border-color: #BE9BCC;
}
</style>