Shades of Wisteria #BE99D5
Tints of Wisteria #BE99D5
RGB
CMYK
RGB Variations
Color information
#BE99D5 (or 0xBE99D5) is known color: Wisteria. HEX triplet: BE, 99 and D5. RGB value is (190,153,213). Sum of RGB (Red+Green+Blue) = 190+153+213=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE99D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99D5 is #41662A. Grayscale: #AAAAAA. Windows color (decimal): -4285995 or 13998526. OLE color: 13998526.
HSL color Cylindrical-coordinate representation of color #BE99D5: hue angle of 277º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE99D5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 153 | 213 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.16 |
| HSL | 277º | 0.42% | 0.72% | - |
| HSV(B) | 277º | 0.28% | 0.84% | - |
| XYZ | 44.64 | 38.53 | 68.04 | - |
| YUV | 170.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 213 | 0.11 | 0.28 | 0 | 0.16 | 277 | 0.42 | 0.72 |
| Hex | BE | 99 | D5 | B | 1C | 0 | 10 | 115 | 2A | 48 |
| Octal | 276 | 231 | 325 | 13 | 34 | 0 | 20 | 425 | 52 | 110 |
| Binary | 10111110 | 10011001 | 11010101 | 1011 | 11100 | 0 | 10000 | 100010101 | 101010 | 1001000 |
Color Harmonies of #BE99D5
Complementary color
Monochromatic Colors of #BE99D5
Black with #BE99D5
Text Example
Text Example
White with #BE99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99D5; }
p { color: rgb(190,153,213); }
H1.HeaderClassName
{
color: #BE99D5;
}
.AnyTagClassName
{
color: #BE99D5;
}
</style>
background-color css
<style>
a { background-color: #BE99D5; }
a { background-color: rgb(190,153,213); }
div.DivClassName
{
background-color: #BE99D5;
}
.BgClassName
{
background-color: #BE99D5;
}
</style>
border-color css
<style>
span { border-color: #BE99D5; }
span { border-color: rgb(190,153,213); }
td.TdClassName
{
border-color: #BE99D5;
}
.TagClassName
{
border-color: #BE99D5;
}
</style>