Shades of Wisteria #BB9CCD
Tints of Wisteria #BB9CCD
RGB
CMYK
RGB Variations
Color information
#BB9CCD (or 0xBB9CCD) is known color: Wisteria. HEX triplet: BB, 9C and CD. RGB value is (187,156,205). Sum of RGB (Red+Green+Blue) = 187+156+205=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CCD is #446332. Grayscale: #AAAAAA. Windows color (decimal): -4481843 or 13475003. OLE color: 13475003.
HSL color Cylindrical-coordinate representation of color #BB9CCD: hue angle of 277.96º degrees, saturation: 0.33, 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 #BB9CCD is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 156 | 205 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.20 |
| HSL | 277.96º | 0.33% | 0.71% | - |
| HSV(B) | 277.96º | 0.24% | 0.8% | - |
| XYZ | 43.4 | 38.75 | 62.95 | - |
| YUV | 170.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 205 | 0.09 | 0.24 | 0 | 0.20 | 277.96 | 0.33 | 0.71 |
| Hex | BB | 9C | CD | 9 | 18 | 0 | 14 | 116 | 21 | 47 |
| Octal | 273 | 234 | 315 | 11 | 30 | 0 | 24 | 426 | 41 | 107 |
| Binary | 10111011 | 10011100 | 11001101 | 1001 | 11000 | 0 | 10100 | 100010110 | 100001 | 1000111 |
Color Harmonies of #BB9CCD
Complementary color
Monochromatic Colors of #BB9CCD
Black with #BB9CCD
Text Example
Text Example
White with #BB9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CCD; }
p { color: rgb(187,156,205); }
H1.HeaderClassName
{
color: #BB9CCD;
}
.AnyTagClassName
{
color: #BB9CCD;
}
</style>
background-color css
<style>
a { background-color: #BB9CCD; }
a { background-color: rgb(187,156,205); }
div.DivClassName
{
background-color: #BB9CCD;
}
.BgClassName
{
background-color: #BB9CCD;
}
</style>
border-color css
<style>
span { border-color: #BB9CCD; }
span { border-color: rgb(187,156,205); }
td.TdClassName
{
border-color: #BB9CCD;
}
.TagClassName
{
border-color: #BB9CCD;
}
</style>