Shades of Wisteria #BB98C9
Tints of Wisteria #BB98C9
RGB
CMYK
RGB Variations
Color information
#BB98C9 (or 0xBB98C9) is known color: Wisteria. HEX triplet: BB, 98 and C9. RGB value is (187,152,201). Sum of RGB (Red+Green+Blue) = 187+152+201=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB98C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98C9 is #446736. Grayscale: #A7A7A7. Windows color (decimal): -4482871 or 13211835. OLE color: 13211835.
HSL color Cylindrical-coordinate representation of color #BB98C9: hue angle of 282.86º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB98C9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 152 | 201 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.21 |
| HSL | 282.86º | 0.31% | 0.69% | - |
| HSV(B) | 282.86º | 0.24% | 0.79% | - |
| XYZ | 42.26 | 37.24 | 60.22 | - |
| YUV | 168.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 201 | 0.07 | 0.24 | 0 | 0.21 | 282.86 | 0.31 | 0.69 |
| Hex | BB | 98 | C9 | 7 | 18 | 0 | 15 | 11B | 1F | 45 |
| Octal | 273 | 230 | 311 | 7 | 30 | 0 | 25 | 433 | 37 | 105 |
| Binary | 10111011 | 10011000 | 11001001 | 111 | 11000 | 0 | 10101 | 100011011 | 11111 | 1000101 |
Color Harmonies of #BB98C9
Complementary color
Monochromatic Colors of #BB98C9
Black with #BB98C9
Text Example
Text Example
White with #BB98C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98C9; }
p { color: rgb(187,152,201); }
H1.HeaderClassName
{
color: #BB98C9;
}
.AnyTagClassName
{
color: #BB98C9;
}
</style>
background-color css
<style>
a { background-color: #BB98C9; }
a { background-color: rgb(187,152,201); }
div.DivClassName
{
background-color: #BB98C9;
}
.BgClassName
{
background-color: #BB98C9;
}
</style>
border-color css
<style>
span { border-color: #BB98C9; }
span { border-color: rgb(187,152,201); }
td.TdClassName
{
border-color: #BB98C9;
}
.TagClassName
{
border-color: #BB98C9;
}
</style>