Shades of Wisteria #BB98D0
Tints of Wisteria #BB98D0
RGB
CMYK
RGB Variations
Color information
#BB98D0 (or 0xBB98D0) is known color: Wisteria. HEX triplet: BB, 98 and D0. RGB value is (187,152,208). Sum of RGB (Red+Green+Blue) = 187+152+208=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98D0 is #44672F. Grayscale: #A8A8A8. Windows color (decimal): -4482864 or 13670587. OLE color: 13670587.
HSL color Cylindrical-coordinate representation of color #BB98D0: hue angle of 277.5º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB98D0 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 152 | 208 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.18 |
| HSL | 277.5º | 0.37% | 0.71% | - |
| HSV(B) | 277.5º | 0.27% | 0.82% | - |
| XYZ | 43.11 | 37.58 | 64.66 | - |
| YUV | 168.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 208 | 0.10 | 0.27 | 0 | 0.18 | 277.5 | 0.37 | 0.71 |
| Hex | BB | 98 | D0 | A | 1B | 0 | 12 | 116 | 25 | 47 |
| Octal | 273 | 230 | 320 | 12 | 33 | 0 | 22 | 426 | 45 | 107 |
| Binary | 10111011 | 10011000 | 11010000 | 1010 | 11011 | 0 | 10010 | 100010110 | 100101 | 1000111 |
Color Harmonies of #BB98D0
Complementary color
Monochromatic Colors of #BB98D0
Black with #BB98D0
Text Example
Text Example
White with #BB98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98D0; }
p { color: rgb(187,152,208); }
H1.HeaderClassName
{
color: #BB98D0;
}
.AnyTagClassName
{
color: #BB98D0;
}
</style>
background-color css
<style>
a { background-color: #BB98D0; }
a { background-color: rgb(187,152,208); }
div.DivClassName
{
background-color: #BB98D0;
}
.BgClassName
{
background-color: #BB98D0;
}
</style>
border-color css
<style>
span { border-color: #BB98D0; }
span { border-color: rgb(187,152,208); }
td.TdClassName
{
border-color: #BB98D0;
}
.TagClassName
{
border-color: #BB98D0;
}
</style>