Shades of Wisteria #BE9BD8
Tints of Wisteria #BE9BD8
RGB
CMYK
RGB Variations
Color information
#BE9BD8 (or 0xBE9BD8) is known color: Wisteria. HEX triplet: BE, 9B and D8. RGB value is (190,155,216). Sum of RGB (Red+Green+Blue) = 190+155+216=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE9BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BD8 is #416427. Grayscale: #ACACAC. Windows color (decimal): -4285480 or 14195646. OLE color: 14195646.
HSL color Cylindrical-coordinate representation of color #BE9BD8: hue angle of 274.43º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9BD8 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 155 | 216 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.15 |
| HSL | 274.43º | 0.44% | 0.73% | - |
| HSV(B) | 274.43º | 0.28% | 0.85% | - |
| XYZ | 45.35 | 39.35 | 70.17 | - |
| YUV | 172.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 216 | 0.12 | 0.28 | 0 | 0.15 | 274.43 | 0.44 | 0.73 |
| Hex | BE | 9B | D8 | C | 1C | 0 | F | 112 | 2C | 49 |
| Octal | 276 | 233 | 330 | 14 | 34 | 0 | 17 | 422 | 54 | 111 |
| Binary | 10111110 | 10011011 | 11011000 | 1100 | 11100 | 0 | 1111 | 100010010 | 101100 | 1001001 |
Color Harmonies of #BE9BD8
Complementary color
Monochromatic Colors of #BE9BD8
Black with #BE9BD8
Text Example
Text Example
White with #BE9BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BD8; }
p { color: rgb(190,155,216); }
H1.HeaderClassName
{
color: #BE9BD8;
}
.AnyTagClassName
{
color: #BE9BD8;
}
</style>
background-color css
<style>
a { background-color: #BE9BD8; }
a { background-color: rgb(190,155,216); }
div.DivClassName
{
background-color: #BE9BD8;
}
.BgClassName
{
background-color: #BE9BD8;
}
</style>
border-color css
<style>
span { border-color: #BE9BD8; }
span { border-color: rgb(190,155,216); }
td.TdClassName
{
border-color: #BE9BD8;
}
.TagClassName
{
border-color: #BE9BD8;
}
</style>