Shades of Wisteria #BE99D1
Tints of Wisteria #BE99D1
RGB
CMYK
RGB Variations
Color information
#BE99D1 (or 0xBE99D1) is known color: Wisteria. HEX triplet: BE, 99 and D1. RGB value is (190,153,209). Sum of RGB (Red+Green+Blue) = 190+153+209=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99D1 is #41662E. Grayscale: #AAAAAA. Windows color (decimal): -4285999 or 13736382. OLE color: 13736382.
HSL color Cylindrical-coordinate representation of color #BE99D1: hue angle of 279.64º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE99D1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 153 | 209 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.18 |
| HSL | 279.64º | 0.38% | 0.71% | - |
| HSV(B) | 279.64º | 0.27% | 0.82% | - |
| XYZ | 44.14 | 38.33 | 65.39 | - |
| YUV | 170.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 209 | 0.09 | 0.27 | 0 | 0.18 | 279.64 | 0.38 | 0.71 |
| Hex | BE | 99 | D1 | 9 | 1B | 0 | 12 | 118 | 26 | 47 |
| Octal | 276 | 231 | 321 | 11 | 33 | 0 | 22 | 430 | 46 | 107 |
| Binary | 10111110 | 10011001 | 11010001 | 1001 | 11011 | 0 | 10010 | 100011000 | 100110 | 1000111 |
Color Harmonies of #BE99D1
Complementary color
Monochromatic Colors of #BE99D1
Black with #BE99D1
Text Example
Text Example
White with #BE99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99D1; }
p { color: rgb(190,153,209); }
H1.HeaderClassName
{
color: #BE99D1;
}
.AnyTagClassName
{
color: #BE99D1;
}
</style>
background-color css
<style>
a { background-color: #BE99D1; }
a { background-color: rgb(190,153,209); }
div.DivClassName
{
background-color: #BE99D1;
}
.BgClassName
{
background-color: #BE99D1;
}
</style>
border-color css
<style>
span { border-color: #BE99D1; }
span { border-color: rgb(190,153,209); }
td.TdClassName
{
border-color: #BE99D1;
}
.TagClassName
{
border-color: #BE99D1;
}
</style>