Shades of Wisteria #BE99CB
Tints of Wisteria #BE99CB
RGB
CMYK
RGB Variations
Color information
#BE99CB (or 0xBE99CB) is known color: Wisteria. HEX triplet: BE, 99 and CB. RGB value is (190,153,203). Sum of RGB (Red+Green+Blue) = 190+153+203=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99CB is #416634. Grayscale: #A9A9A9. Windows color (decimal): -4286005 or 13343166. OLE color: 13343166.
HSL color Cylindrical-coordinate representation of color #BE99CB: hue angle of 284.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE99CB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 153 | 203 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.20 |
| HSL | 284.4º | 0.32% | 0.7% | - |
| HSV(B) | 284.4º | 0.25% | 0.8% | - |
| XYZ | 43.41 | 38.04 | 61.55 | - |
| YUV | 169.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 203 | 0.06 | 0.25 | 0 | 0.20 | 284.4 | 0.32 | 0.7 |
| Hex | BE | 99 | CB | 6 | 19 | 0 | 14 | 11C | 20 | 46 |
| Octal | 276 | 231 | 313 | 6 | 31 | 0 | 24 | 434 | 40 | 106 |
| Binary | 10111110 | 10011001 | 11001011 | 110 | 11001 | 0 | 10100 | 100011100 | 100000 | 1000110 |
Color Harmonies of #BE99CB
Complementary color
Monochromatic Colors of #BE99CB
Black with #BE99CB
Text Example
Text Example
White with #BE99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99CB; }
p { color: rgb(190,153,203); }
H1.HeaderClassName
{
color: #BE99CB;
}
.AnyTagClassName
{
color: #BE99CB;
}
</style>
background-color css
<style>
a { background-color: #BE99CB; }
a { background-color: rgb(190,153,203); }
div.DivClassName
{
background-color: #BE99CB;
}
.BgClassName
{
background-color: #BE99CB;
}
</style>
border-color css
<style>
span { border-color: #BE99CB; }
span { border-color: rgb(190,153,203); }
td.TdClassName
{
border-color: #BE99CB;
}
.TagClassName
{
border-color: #BE99CB;
}
</style>