Shades of Wisteria #BB98D2
Tints of Wisteria #BB98D2
RGB
CMYK
RGB Variations
Color information
#BB98D2 (or 0xBB98D2) is known color: Wisteria. HEX triplet: BB, 98 and D2. RGB value is (187,152,210). Sum of RGB (Red+Green+Blue) = 187+152+210=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB98D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98D2 is #44672D. Grayscale: #A8A8A8. Windows color (decimal): -4482862 or 13801659. OLE color: 13801659.
HSL color Cylindrical-coordinate representation of color #BB98D2: hue angle of 276.21º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB98D2 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 152 | 210 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.18 |
| HSL | 276.21º | 0.39% | 0.71% | - |
| HSV(B) | 276.21º | 0.28% | 0.82% | - |
| XYZ | 43.35 | 37.67 | 65.96 | - |
| YUV | 169.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 210 | 0.11 | 0.28 | 0 | 0.18 | 276.21 | 0.39 | 0.71 |
| Hex | BB | 98 | D2 | B | 1C | 0 | 12 | 114 | 27 | 47 |
| Octal | 273 | 230 | 322 | 13 | 34 | 0 | 22 | 424 | 47 | 107 |
| Binary | 10111011 | 10011000 | 11010010 | 1011 | 11100 | 0 | 10010 | 100010100 | 100111 | 1000111 |
Color Harmonies of #BB98D2
Complementary color
Monochromatic Colors of #BB98D2
Black with #BB98D2
Text Example
Text Example
White with #BB98D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98D2; }
p { color: rgb(187,152,210); }
H1.HeaderClassName
{
color: #BB98D2;
}
.AnyTagClassName
{
color: #BB98D2;
}
</style>
background-color css
<style>
a { background-color: #BB98D2; }
a { background-color: rgb(187,152,210); }
div.DivClassName
{
background-color: #BB98D2;
}
.BgClassName
{
background-color: #BB98D2;
}
</style>
border-color css
<style>
span { border-color: #BB98D2; }
span { border-color: rgb(187,152,210); }
td.TdClassName
{
border-color: #BB98D2;
}
.TagClassName
{
border-color: #BB98D2;
}
</style>