Shades of Wisteria #BB9CCC
Tints of Wisteria #BB9CCC
RGB
CMYK
RGB Variations
Color information
#BB9CCC (or 0xBB9CCC) is known color: Wisteria. HEX triplet: BB, 9C and CC. RGB value is (187,156,204). Sum of RGB (Red+Green+Blue) = 187+156+204=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CCC is #446333. Grayscale: #AAAAAA. Windows color (decimal): -4481844 or 13409467. OLE color: 13409467.
HSL color Cylindrical-coordinate representation of color #BB9CCC: hue angle of 278.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9CCC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 156 | 204 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.2 |
| HSL | 278.75º | 0.32% | 0.71% | - |
| HSV(B) | 278.75º | 0.24% | 0.8% | - |
| XYZ | 43.28 | 38.7 | 62.32 | - |
| YUV | 170.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 204 | 0.08 | 0.24 | 0 | 0.2 | 278.75 | 0.32 | 0.71 |
| Hex | BB | 9C | CC | 8 | 18 | 0 | 14 | 117 | 20 | 47 |
| Octal | 273 | 234 | 314 | 10 | 30 | 0 | 24 | 427 | 40 | 107 |
| Binary | 10111011 | 10011100 | 11001100 | 1000 | 11000 | 0 | 10100 | 100010111 | 100000 | 1000111 |
Color Harmonies of #BB9CCC
Complementary color
Monochromatic Colors of #BB9CCC
Black with #BB9CCC
Text Example
Text Example
White with #BB9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CCC; }
p { color: rgb(187,156,204); }
H1.HeaderClassName
{
color: #BB9CCC;
}
.AnyTagClassName
{
color: #BB9CCC;
}
</style>
background-color css
<style>
a { background-color: #BB9CCC; }
a { background-color: rgb(187,156,204); }
div.DivClassName
{
background-color: #BB9CCC;
}
.BgClassName
{
background-color: #BB9CCC;
}
</style>
border-color css
<style>
span { border-color: #BB9CCC; }
span { border-color: rgb(187,156,204); }
td.TdClassName
{
border-color: #BB9CCC;
}
.TagClassName
{
border-color: #BB9CCC;
}
</style>