Shades of Wisteria #BE8DED
Tints of Wisteria #BE8DED
RGB
CMYK
RGB Variations
Color information
#BE8DED (or 0xBE8DED) is known color: Wisteria. HEX triplet: BE, 8D and ED. RGB value is (190,141,237). Sum of RGB (Red+Green+Blue) = 190+141+237=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8DED is #417212. Grayscale: #A6A6A6. Windows color (decimal): -4289043 or 15568318. OLE color: 15568318.
HSL color Cylindrical-coordinate representation of color #BE8DED: hue angle of 270.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8DED is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 141 | 237 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.07 |
| HSL | 270.63º | 0.73% | 0.74% | - |
| HSV(B) | 270.63º | 0.41% | 0.93% | - |
| XYZ | 46.05 | 36.11 | 84.66 | - |
| YUV | 166.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 237 | 0.20 | 0.41 | 0 | 0.07 | 270.63 | 0.73 | 0.74 |
| Hex | BE | 8D | ED | 14 | 29 | 0 | 7 | 10F | 49 | 4A |
| Octal | 276 | 215 | 355 | 24 | 51 | 0 | 7 | 417 | 111 | 112 |
| Binary | 10111110 | 10001101 | 11101101 | 10100 | 101001 | 0 | 111 | 100001111 | 1001001 | 1001010 |
Color Harmonies of #BE8DED
Complementary color
Monochromatic Colors of #BE8DED
Black with #BE8DED
Text Example
Text Example
White with #BE8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DED; }
p { color: rgb(190,141,237); }
H1.HeaderClassName
{
color: #BE8DED;
}
.AnyTagClassName
{
color: #BE8DED;
}
</style>
background-color css
<style>
a { background-color: #BE8DED; }
a { background-color: rgb(190,141,237); }
div.DivClassName
{
background-color: #BE8DED;
}
.BgClassName
{
background-color: #BE8DED;
}
</style>
border-color css
<style>
span { border-color: #BE8DED; }
span { border-color: rgb(190,141,237); }
td.TdClassName
{
border-color: #BE8DED;
}
.TagClassName
{
border-color: #BE8DED;
}
</style>