Shades of Wisteria #B998CE
Tints of Wisteria #B998CE
RGB
CMYK
RGB Variations
Color information
#B998CE (or 0xB998CE) is known color: Wisteria. HEX triplet: B9, 98 and CE. RGB value is (185,152,206). Sum of RGB (Red+Green+Blue) = 185+152+206=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B998CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998CE is #466731. Grayscale: #A7A7A7. Windows color (decimal): -4613938 or 13539513. OLE color: 13539513.
HSL color Cylindrical-coordinate representation of color #B998CE: hue angle of 276.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B998CE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 152 | 206 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.19 |
| HSL | 276.67º | 0.36% | 0.7% | - |
| HSV(B) | 276.67º | 0.26% | 0.81% | - |
| XYZ | 42.38 | 37.23 | 63.34 | - |
| YUV | 168.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 206 | 0.10 | 0.26 | 0 | 0.19 | 276.67 | 0.36 | 0.7 |
| Hex | B9 | 98 | CE | A | 1A | 0 | 13 | 115 | 24 | 46 |
| Octal | 271 | 230 | 316 | 12 | 32 | 0 | 23 | 425 | 44 | 106 |
| Binary | 10111001 | 10011000 | 11001110 | 1010 | 11010 | 0 | 10011 | 100010101 | 100100 | 1000110 |
Color Harmonies of #B998CE
Complementary color
Monochromatic Colors of #B998CE
Black with #B998CE
Text Example
Text Example
White with #B998CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B998CE; }
p { color: rgb(185,152,206); }
H1.HeaderClassName
{
color: #B998CE;
}
.AnyTagClassName
{
color: #B998CE;
}
</style>
background-color css
<style>
a { background-color: #B998CE; }
a { background-color: rgb(185,152,206); }
div.DivClassName
{
background-color: #B998CE;
}
.BgClassName
{
background-color: #B998CE;
}
</style>
border-color css
<style>
span { border-color: #B998CE; }
span { border-color: rgb(185,152,206); }
td.TdClassName
{
border-color: #B998CE;
}
.TagClassName
{
border-color: #B998CE;
}
</style>