Shades of Wisteria #BE99D3
Tints of Wisteria #BE99D3
RGB
CMYK
RGB Variations
Color information
#BE99D3 (or 0xBE99D3) is known color: Wisteria. HEX triplet: BE, 99 and D3. RGB value is (190,153,211). Sum of RGB (Red+Green+Blue) = 190+153+211=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99D3 is #41662C. Grayscale: #AAAAAA. Windows color (decimal): -4285997 or 13867454. OLE color: 13867454.
HSL color Cylindrical-coordinate representation of color #BE99D3: hue angle of 278.28º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE99D3 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 153 | 211 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.17 |
| HSL | 278.28º | 0.4% | 0.71% | - |
| HSV(B) | 278.28º | 0.27% | 0.83% | - |
| XYZ | 44.38 | 38.43 | 66.71 | - |
| YUV | 170.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 211 | 0.10 | 0.27 | 0 | 0.17 | 278.28 | 0.4 | 0.71 |
| Hex | BE | 99 | D3 | A | 1B | 0 | 11 | 116 | 28 | 47 |
| Octal | 276 | 231 | 323 | 12 | 33 | 0 | 21 | 426 | 50 | 107 |
| Binary | 10111110 | 10011001 | 11010011 | 1010 | 11011 | 0 | 10001 | 100010110 | 101000 | 1000111 |
Color Harmonies of #BE99D3
Complementary color
Monochromatic Colors of #BE99D3
Black with #BE99D3
Text Example
Text Example
White with #BE99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99D3; }
p { color: rgb(190,153,211); }
H1.HeaderClassName
{
color: #BE99D3;
}
.AnyTagClassName
{
color: #BE99D3;
}
</style>
background-color css
<style>
a { background-color: #BE99D3; }
a { background-color: rgb(190,153,211); }
div.DivClassName
{
background-color: #BE99D3;
}
.BgClassName
{
background-color: #BE99D3;
}
</style>
border-color css
<style>
span { border-color: #BE99D3; }
span { border-color: rgb(190,153,211); }
td.TdClassName
{
border-color: #BE99D3;
}
.TagClassName
{
border-color: #BE99D3;
}
</style>