Shades of Wisteria #BE9CCD
Tints of Wisteria #BE9CCD
RGB
CMYK
RGB Variations
Color information
#BE9CCD (or 0xBE9CCD) is known color: Wisteria. HEX triplet: BE, 9C and CD. RGB value is (190,156,205). Sum of RGB (Red+Green+Blue) = 190+156+205=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CCD is #416332. Grayscale: #ABABAB. Windows color (decimal): -4285235 or 13475006. OLE color: 13475006.
HSL color Cylindrical-coordinate representation of color #BE9CCD: hue angle of 281.63º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9CCD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 156 | 205 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.20 |
| HSL | 281.63º | 0.33% | 0.71% | - |
| HSV(B) | 281.63º | 0.24% | 0.8% | - |
| XYZ | 44.14 | 39.13 | 62.98 | - |
| YUV | 171.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 205 | 0.07 | 0.24 | 0 | 0.20 | 281.63 | 0.33 | 0.71 |
| Hex | BE | 9C | CD | 7 | 18 | 0 | 14 | 11A | 21 | 47 |
| Octal | 276 | 234 | 315 | 7 | 30 | 0 | 24 | 432 | 41 | 107 |
| Binary | 10111110 | 10011100 | 11001101 | 111 | 11000 | 0 | 10100 | 100011010 | 100001 | 1000111 |
Color Harmonies of #BE9CCD
Complementary color
Monochromatic Colors of #BE9CCD
Black with #BE9CCD
Text Example
Text Example
White with #BE9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9CCD; }
p { color: rgb(190,156,205); }
H1.HeaderClassName
{
color: #BE9CCD;
}
.AnyTagClassName
{
color: #BE9CCD;
}
</style>
background-color css
<style>
a { background-color: #BE9CCD; }
a { background-color: rgb(190,156,205); }
div.DivClassName
{
background-color: #BE9CCD;
}
.BgClassName
{
background-color: #BE9CCD;
}
</style>
border-color css
<style>
span { border-color: #BE9CCD; }
span { border-color: rgb(190,156,205); }
td.TdClassName
{
border-color: #BE9CCD;
}
.TagClassName
{
border-color: #BE9CCD;
}
</style>