Shades of Wisteria #BE99D8
Tints of Wisteria #BE99D8
RGB
CMYK
RGB Variations
Color information
#BE99D8 (or 0xBE99D8) is known color: Wisteria. HEX triplet: BE, 99 and D8. RGB value is (190,153,216). Sum of RGB (Red+Green+Blue) = 190+153+216=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99D8 is #416627. Grayscale: #ABABAB. Windows color (decimal): -4285992 or 14195134. OLE color: 14195134.
HSL color Cylindrical-coordinate representation of color #BE99D8: hue angle of 275.24º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE99D8 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 153 | 216 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.15 |
| HSL | 275.24º | 0.45% | 0.72% | - |
| HSV(B) | 275.24º | 0.29% | 0.85% | - |
| XYZ | 45.02 | 38.69 | 70.06 | - |
| YUV | 171.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 216 | 0.12 | 0.29 | 0 | 0.15 | 275.24 | 0.45 | 0.72 |
| Hex | BE | 99 | D8 | C | 1D | 0 | F | 113 | 2D | 48 |
| Octal | 276 | 231 | 330 | 14 | 35 | 0 | 17 | 423 | 55 | 110 |
| Binary | 10111110 | 10011001 | 11011000 | 1100 | 11101 | 0 | 1111 | 100010011 | 101101 | 1001000 |
Color Harmonies of #BE99D8
Complementary color
Monochromatic Colors of #BE99D8
Black with #BE99D8
Text Example
Text Example
White with #BE99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99D8; }
p { color: rgb(190,153,216); }
H1.HeaderClassName
{
color: #BE99D8;
}
.AnyTagClassName
{
color: #BE99D8;
}
</style>
background-color css
<style>
a { background-color: #BE99D8; }
a { background-color: rgb(190,153,216); }
div.DivClassName
{
background-color: #BE99D8;
}
.BgClassName
{
background-color: #BE99D8;
}
</style>
border-color css
<style>
span { border-color: #BE99D8; }
span { border-color: rgb(190,153,216); }
td.TdClassName
{
border-color: #BE99D8;
}
.TagClassName
{
border-color: #BE99D8;
}
</style>