Shades of Wisteria #BE99CE
Tints of Wisteria #BE99CE
RGB
CMYK
RGB Variations
Color information
#BE99CE (or 0xBE99CE) is known color: Wisteria. HEX triplet: BE, 99 and CE. RGB value is (190,153,206). Sum of RGB (Red+Green+Blue) = 190+153+206=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99CE is #416631. Grayscale: #A9A9A9. Windows color (decimal): -4286002 or 13539774. OLE color: 13539774.
HSL color Cylindrical-coordinate representation of color #BE99CE: hue angle of 281.89º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE99CE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 153 | 206 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.19 |
| HSL | 281.89º | 0.35% | 0.7% | - |
| HSV(B) | 281.89º | 0.26% | 0.81% | - |
| XYZ | 43.77 | 38.19 | 63.46 | - |
| YUV | 170.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 206 | 0.08 | 0.26 | 0 | 0.19 | 281.89 | 0.35 | 0.7 |
| Hex | BE | 99 | CE | 8 | 1A | 0 | 13 | 11A | 23 | 46 |
| Octal | 276 | 231 | 316 | 10 | 32 | 0 | 23 | 432 | 43 | 106 |
| Binary | 10111110 | 10011001 | 11001110 | 1000 | 11010 | 0 | 10011 | 100011010 | 100011 | 1000110 |
Color Harmonies of #BE99CE
Complementary color
Monochromatic Colors of #BE99CE
Black with #BE99CE
Text Example
Text Example
White with #BE99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99CE; }
p { color: rgb(190,153,206); }
H1.HeaderClassName
{
color: #BE99CE;
}
.AnyTagClassName
{
color: #BE99CE;
}
</style>
background-color css
<style>
a { background-color: #BE99CE; }
a { background-color: rgb(190,153,206); }
div.DivClassName
{
background-color: #BE99CE;
}
.BgClassName
{
background-color: #BE99CE;
}
</style>
border-color css
<style>
span { border-color: #BE99CE; }
span { border-color: rgb(190,153,206); }
td.TdClassName
{
border-color: #BE99CE;
}
.TagClassName
{
border-color: #BE99CE;
}
</style>