Shades of Wisteria #BE99D0
Tints of Wisteria #BE99D0
RGB
CMYK
RGB Variations
Color information
#BE99D0 (or 0xBE99D0) is known color: Wisteria. HEX triplet: BE, 99 and D0. RGB value is (190,153,208). Sum of RGB (Red+Green+Blue) = 190+153+208=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99D0 is #41662F. Grayscale: #AAAAAA. Windows color (decimal): -4286000 or 13670846. OLE color: 13670846.
HSL color Cylindrical-coordinate representation of color #BE99D0: hue angle of 280.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE99D0 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 153 | 208 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.18 |
| HSL | 280.36º | 0.37% | 0.71% | - |
| HSV(B) | 280.36º | 0.26% | 0.82% | - |
| XYZ | 44.01 | 38.28 | 64.74 | - |
| YUV | 170.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 208 | 0.09 | 0.26 | 0 | 0.18 | 280.36 | 0.37 | 0.71 |
| Hex | BE | 99 | D0 | 9 | 1A | 0 | 12 | 118 | 25 | 47 |
| Octal | 276 | 231 | 320 | 11 | 32 | 0 | 22 | 430 | 45 | 107 |
| Binary | 10111110 | 10011001 | 11010000 | 1001 | 11010 | 0 | 10010 | 100011000 | 100101 | 1000111 |
Color Harmonies of #BE99D0
Complementary color
Monochromatic Colors of #BE99D0
Black with #BE99D0
Text Example
Text Example
White with #BE99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99D0; }
p { color: rgb(190,153,208); }
H1.HeaderClassName
{
color: #BE99D0;
}
.AnyTagClassName
{
color: #BE99D0;
}
</style>
background-color css
<style>
a { background-color: #BE99D0; }
a { background-color: rgb(190,153,208); }
div.DivClassName
{
background-color: #BE99D0;
}
.BgClassName
{
background-color: #BE99D0;
}
</style>
border-color css
<style>
span { border-color: #BE99D0; }
span { border-color: rgb(190,153,208); }
td.TdClassName
{
border-color: #BE99D0;
}
.TagClassName
{
border-color: #BE99D0;
}
</style>