Shades of Wisteria #BE9ECC
Tints of Wisteria #BE9ECC
RGB
CMYK
RGB Variations
Color information
#BE9ECC (or 0xBE9ECC) is known color: Wisteria. HEX triplet: BE, 9E and CC. RGB value is (190,158,204). Sum of RGB (Red+Green+Blue) = 190+158+204=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ECC is #416133. Grayscale: #ACACAC. Windows color (decimal): -4284724 or 13409982. OLE color: 13409982.
HSL color Cylindrical-coordinate representation of color #BE9ECC: hue angle of 281.74º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9ECC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 158 | 204 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.2 |
| HSL | 281.74º | 0.31% | 0.71% | - |
| HSV(B) | 281.74º | 0.23% | 0.8% | - |
| XYZ | 44.36 | 39.76 | 62.46 | - |
| YUV | 172.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 204 | 0.07 | 0.23 | 0 | 0.2 | 281.74 | 0.31 | 0.71 |
| Hex | BE | 9E | CC | 7 | 17 | 0 | 14 | 11A | 1F | 47 |
| Octal | 276 | 236 | 314 | 7 | 27 | 0 | 24 | 432 | 37 | 107 |
| Binary | 10111110 | 10011110 | 11001100 | 111 | 10111 | 0 | 10100 | 100011010 | 11111 | 1000111 |
Color Harmonies of #BE9ECC
Complementary color
Monochromatic Colors of #BE9ECC
Black with #BE9ECC
Text Example
Text Example
White with #BE9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ECC; }
p { color: rgb(190,158,204); }
H1.HeaderClassName
{
color: #BE9ECC;
}
.AnyTagClassName
{
color: #BE9ECC;
}
</style>
background-color css
<style>
a { background-color: #BE9ECC; }
a { background-color: rgb(190,158,204); }
div.DivClassName
{
background-color: #BE9ECC;
}
.BgClassName
{
background-color: #BE9ECC;
}
</style>
border-color css
<style>
span { border-color: #BE9ECC; }
span { border-color: rgb(190,158,204); }
td.TdClassName
{
border-color: #BE9ECC;
}
.TagClassName
{
border-color: #BE9ECC;
}
</style>