Shades of Wisteria #BB9DCC
Tints of Wisteria #BB9DCC
RGB
CMYK
RGB Variations
Color information
#BB9DCC (or 0xBB9DCC) is known color: Wisteria. HEX triplet: BB, 9D and CC. RGB value is (187,157,204). Sum of RGB (Red+Green+Blue) = 187+157+204=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DCC is #446233. Grayscale: #ABABAB. Windows color (decimal): -4481588 or 13409723. OLE color: 13409723.
HSL color Cylindrical-coordinate representation of color #BB9DCC: hue angle of 278.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9DCC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 157 | 204 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.2 |
| HSL | 278.3º | 0.32% | 0.71% | - |
| HSV(B) | 278.3º | 0.23% | 0.8% | - |
| XYZ | 43.45 | 39.04 | 62.37 | - |
| YUV | 171.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 204 | 0.08 | 0.23 | 0 | 0.2 | 278.3 | 0.32 | 0.71 |
| Hex | BB | 9D | CC | 8 | 17 | 0 | 14 | 116 | 20 | 47 |
| Octal | 273 | 235 | 314 | 10 | 27 | 0 | 24 | 426 | 40 | 107 |
| Binary | 10111011 | 10011101 | 11001100 | 1000 | 10111 | 0 | 10100 | 100010110 | 100000 | 1000111 |
Color Harmonies of #BB9DCC
Complementary color
Monochromatic Colors of #BB9DCC
Black with #BB9DCC
Text Example
Text Example
White with #BB9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DCC; }
p { color: rgb(187,157,204); }
H1.HeaderClassName
{
color: #BB9DCC;
}
.AnyTagClassName
{
color: #BB9DCC;
}
</style>
background-color css
<style>
a { background-color: #BB9DCC; }
a { background-color: rgb(187,157,204); }
div.DivClassName
{
background-color: #BB9DCC;
}
.BgClassName
{
background-color: #BB9DCC;
}
</style>
border-color css
<style>
span { border-color: #BB9DCC; }
span { border-color: rgb(187,157,204); }
td.TdClassName
{
border-color: #BB9DCC;
}
.TagClassName
{
border-color: #BB9DCC;
}
</style>