Shades of Wisteria #BB98D5
Tints of Wisteria #BB98D5
RGB
CMYK
RGB Variations
Color information
#BB98D5 (or 0xBB98D5) is known color: Wisteria. HEX triplet: BB, 98 and D5. RGB value is (187,152,213). Sum of RGB (Red+Green+Blue) = 187+152+213=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98D5 is #44672A. Grayscale: #A9A9A9. Windows color (decimal): -4482859 or 13998267. OLE color: 13998267.
HSL color Cylindrical-coordinate representation of color #BB98D5: hue angle of 274.43º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB98D5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 152 | 213 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.16 |
| HSL | 274.43º | 0.42% | 0.72% | - |
| HSV(B) | 274.43º | 0.29% | 0.84% | - |
| XYZ | 43.73 | 37.83 | 67.95 | - |
| YUV | 169.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 213 | 0.12 | 0.29 | 0 | 0.16 | 274.43 | 0.42 | 0.72 |
| Hex | BB | 98 | D5 | C | 1D | 0 | 10 | 112 | 2A | 48 |
| Octal | 273 | 230 | 325 | 14 | 35 | 0 | 20 | 422 | 52 | 110 |
| Binary | 10111011 | 10011000 | 11010101 | 1100 | 11101 | 0 | 10000 | 100010010 | 101010 | 1001000 |
Color Harmonies of #BB98D5
Complementary color
Monochromatic Colors of #BB98D5
Black with #BB98D5
Text Example
Text Example
White with #BB98D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98D5; }
p { color: rgb(187,152,213); }
H1.HeaderClassName
{
color: #BB98D5;
}
.AnyTagClassName
{
color: #BB98D5;
}
</style>
background-color css
<style>
a { background-color: #BB98D5; }
a { background-color: rgb(187,152,213); }
div.DivClassName
{
background-color: #BB98D5;
}
.BgClassName
{
background-color: #BB98D5;
}
</style>
border-color css
<style>
span { border-color: #BB98D5; }
span { border-color: rgb(187,152,213); }
td.TdClassName
{
border-color: #BB98D5;
}
.TagClassName
{
border-color: #BB98D5;
}
</style>