Shades of Wisteria #BB9BCC
Tints of Wisteria #BB9BCC
RGB
CMYK
RGB Variations
Color information
#BB9BCC (or 0xBB9BCC) is known color: Wisteria. HEX triplet: BB, 9B and CC. RGB value is (187,155,204). Sum of RGB (Red+Green+Blue) = 187+155+204=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BCC is #446433. Grayscale: #A9A9A9. Windows color (decimal): -4482100 or 13409211. OLE color: 13409211.
HSL color Cylindrical-coordinate representation of color #BB9BCC: hue angle of 279.18º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9BCC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 155 | 204 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.2 |
| HSL | 279.18º | 0.32% | 0.7% | - |
| HSV(B) | 279.18º | 0.24% | 0.8% | - |
| XYZ | 43.11 | 38.37 | 62.26 | - |
| YUV | 170.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 204 | 0.08 | 0.24 | 0 | 0.2 | 279.18 | 0.32 | 0.7 |
| Hex | BB | 9B | CC | 8 | 18 | 0 | 14 | 117 | 20 | 46 |
| Octal | 273 | 233 | 314 | 10 | 30 | 0 | 24 | 427 | 40 | 106 |
| Binary | 10111011 | 10011011 | 11001100 | 1000 | 11000 | 0 | 10100 | 100010111 | 100000 | 1000110 |
Color Harmonies of #BB9BCC
Complementary color
Monochromatic Colors of #BB9BCC
Black with #BB9BCC
Text Example
Text Example
White with #BB9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BCC; }
p { color: rgb(187,155,204); }
H1.HeaderClassName
{
color: #BB9BCC;
}
.AnyTagClassName
{
color: #BB9BCC;
}
</style>
background-color css
<style>
a { background-color: #BB9BCC; }
a { background-color: rgb(187,155,204); }
div.DivClassName
{
background-color: #BB9BCC;
}
.BgClassName
{
background-color: #BB9BCC;
}
</style>
border-color css
<style>
span { border-color: #BB9BCC; }
span { border-color: rgb(187,155,204); }
td.TdClassName
{
border-color: #BB9BCC;
}
.TagClassName
{
border-color: #BB9BCC;
}
</style>