Shades of Wisteria #BE9FCD
Tints of Wisteria #BE9FCD
RGB
CMYK
RGB Variations
Color information
#BE9FCD (or 0xBE9FCD) is known color: Wisteria. HEX triplet: BE, 9F and CD. RGB value is (190,159,205). Sum of RGB (Red+Green+Blue) = 190+159+205=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FCD is #416032. Grayscale: #ADADAD. Windows color (decimal): -4284467 or 13475774. OLE color: 13475774.
HSL color Cylindrical-coordinate representation of color #BE9FCD: hue angle of 280.43º degrees, saturation: 0.32, 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 #BE9FCD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 159 | 205 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.20 |
| HSL | 280.43º | 0.32% | 0.71% | - |
| HSV(B) | 280.43º | 0.22% | 0.8% | - |
| XYZ | 44.65 | 40.15 | 63.15 | - |
| YUV | 173.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 205 | 0.07 | 0.22 | 0 | 0.20 | 280.43 | 0.32 | 0.71 |
| Hex | BE | 9F | CD | 7 | 16 | 0 | 14 | 118 | 20 | 47 |
| Octal | 276 | 237 | 315 | 7 | 26 | 0 | 24 | 430 | 40 | 107 |
| Binary | 10111110 | 10011111 | 11001101 | 111 | 10110 | 0 | 10100 | 100011000 | 100000 | 1000111 |
Color Harmonies of #BE9FCD
Complementary color
Monochromatic Colors of #BE9FCD
Black with #BE9FCD
Text Example
Text Example
White with #BE9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9FCD; }
p { color: rgb(190,159,205); }
H1.HeaderClassName
{
color: #BE9FCD;
}
.AnyTagClassName
{
color: #BE9FCD;
}
</style>
background-color css
<style>
a { background-color: #BE9FCD; }
a { background-color: rgb(190,159,205); }
div.DivClassName
{
background-color: #BE9FCD;
}
.BgClassName
{
background-color: #BE9FCD;
}
</style>
border-color css
<style>
span { border-color: #BE9FCD; }
span { border-color: rgb(190,159,205); }
td.TdClassName
{
border-color: #BE9FCD;
}
.TagClassName
{
border-color: #BE9FCD;
}
</style>