Shades of Wisteria #BE9ECE
Tints of Wisteria #BE9ECE
RGB
CMYK
RGB Variations
Color information
#BE9ECE (or 0xBE9ECE) is known color: Wisteria. HEX triplet: BE, 9E and CE. RGB value is (190,158,206). Sum of RGB (Red+Green+Blue) = 190+158+206=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ECE is #416131. Grayscale: #ACACAC. Windows color (decimal): -4284722 or 13541054. OLE color: 13541054.
HSL color Cylindrical-coordinate representation of color #BE9ECE: hue angle of 280º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9ECE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 158 | 206 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.19 |
| HSL | 280º | 0.33% | 0.71% | - |
| HSV(B) | 280º | 0.23% | 0.81% | - |
| XYZ | 44.6 | 39.86 | 63.73 | - |
| YUV | 173.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 206 | 0.08 | 0.23 | 0 | 0.19 | 280 | 0.33 | 0.71 |
| Hex | BE | 9E | CE | 8 | 17 | 0 | 13 | 118 | 21 | 47 |
| Octal | 276 | 236 | 316 | 10 | 27 | 0 | 23 | 430 | 41 | 107 |
| Binary | 10111110 | 10011110 | 11001110 | 1000 | 10111 | 0 | 10011 | 100011000 | 100001 | 1000111 |
Color Harmonies of #BE9ECE
Complementary color
Monochromatic Colors of #BE9ECE
Black with #BE9ECE
Text Example
Text Example
White with #BE9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ECE; }
p { color: rgb(190,158,206); }
H1.HeaderClassName
{
color: #BE9ECE;
}
.AnyTagClassName
{
color: #BE9ECE;
}
</style>
background-color css
<style>
a { background-color: #BE9ECE; }
a { background-color: rgb(190,158,206); }
div.DivClassName
{
background-color: #BE9ECE;
}
.BgClassName
{
background-color: #BE9ECE;
}
</style>
border-color css
<style>
span { border-color: #BE9ECE; }
span { border-color: rgb(190,158,206); }
td.TdClassName
{
border-color: #BE9ECE;
}
.TagClassName
{
border-color: #BE9ECE;
}
</style>