Shades of Wisteria #BE99CF
Tints of Wisteria #BE99CF
RGB
CMYK
RGB Variations
Color information
#BE99CF (or 0xBE99CF) is known color: Wisteria. HEX triplet: BE, 99 and CF. RGB value is (190,153,207). Sum of RGB (Red+Green+Blue) = 190+153+207=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99CF is #416630. Grayscale: #AAAAAA. Windows color (decimal): -4286001 or 13605310. OLE color: 13605310.
HSL color Cylindrical-coordinate representation of color #BE99CF: hue angle of 281.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE99CF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 153 | 207 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.19 |
| HSL | 281.11º | 0.36% | 0.71% | - |
| HSV(B) | 281.11º | 0.26% | 0.81% | - |
| XYZ | 43.89 | 38.23 | 64.1 | - |
| YUV | 170.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 207 | 0.08 | 0.26 | 0 | 0.19 | 281.11 | 0.36 | 0.71 |
| Hex | BE | 99 | CF | 8 | 1A | 0 | 13 | 119 | 24 | 47 |
| Octal | 276 | 231 | 317 | 10 | 32 | 0 | 23 | 431 | 44 | 107 |
| Binary | 10111110 | 10011001 | 11001111 | 1000 | 11010 | 0 | 10011 | 100011001 | 100100 | 1000111 |
Color Harmonies of #BE99CF
Complementary color
Monochromatic Colors of #BE99CF
Black with #BE99CF
Text Example
Text Example
White with #BE99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99CF; }
p { color: rgb(190,153,207); }
H1.HeaderClassName
{
color: #BE99CF;
}
.AnyTagClassName
{
color: #BE99CF;
}
</style>
background-color css
<style>
a { background-color: #BE99CF; }
a { background-color: rgb(190,153,207); }
div.DivClassName
{
background-color: #BE99CF;
}
.BgClassName
{
background-color: #BE99CF;
}
</style>
border-color css
<style>
span { border-color: #BE99CF; }
span { border-color: rgb(190,153,207); }
td.TdClassName
{
border-color: #BE99CF;
}
.TagClassName
{
border-color: #BE99CF;
}
</style>