Shades of Wisteria #BB9BC9
Tints of Wisteria #BB9BC9
RGB
CMYK
RGB Variations
Color information
#BB9BC9 (or 0xBB9BC9) is known color: Wisteria. HEX triplet: BB, 9B and C9. RGB value is (187,155,201). Sum of RGB (Red+Green+Blue) = 187+155+201=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB9BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BC9 is #446436. Grayscale: #A9A9A9. Windows color (decimal): -4482103 or 13212603. OLE color: 13212603.
HSL color Cylindrical-coordinate representation of color #BB9BC9: hue angle of 281.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9BC9 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 155 | 201 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.21 |
| HSL | 281.74º | 0.3% | 0.7% | - |
| HSV(B) | 281.74º | 0.23% | 0.79% | - |
| XYZ | 42.76 | 38.22 | 60.38 | - |
| YUV | 169.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 201 | 0.07 | 0.23 | 0 | 0.21 | 281.74 | 0.3 | 0.7 |
| Hex | BB | 9B | C9 | 7 | 17 | 0 | 15 | 11A | 1E | 46 |
| Octal | 273 | 233 | 311 | 7 | 27 | 0 | 25 | 432 | 36 | 106 |
| Binary | 10111011 | 10011011 | 11001001 | 111 | 10111 | 0 | 10101 | 100011010 | 11110 | 1000110 |
Color Harmonies of #BB9BC9
Complementary color
Monochromatic Colors of #BB9BC9
Black with #BB9BC9
Text Example
Text Example
White with #BB9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BC9; }
p { color: rgb(187,155,201); }
H1.HeaderClassName
{
color: #BB9BC9;
}
.AnyTagClassName
{
color: #BB9BC9;
}
</style>
background-color css
<style>
a { background-color: #BB9BC9; }
a { background-color: rgb(187,155,201); }
div.DivClassName
{
background-color: #BB9BC9;
}
.BgClassName
{
background-color: #BB9BC9;
}
</style>
border-color css
<style>
span { border-color: #BB9BC9; }
span { border-color: rgb(187,155,201); }
td.TdClassName
{
border-color: #BB9BC9;
}
.TagClassName
{
border-color: #BB9BC9;
}
</style>