Shades of Wisteria #BB9ECC
Tints of Wisteria #BB9ECC
RGB
CMYK
RGB Variations
Color information
#BB9ECC (or 0xBB9ECC) is known color: Wisteria. HEX triplet: BB, 9E and CC. RGB value is (187,158,204). Sum of RGB (Red+Green+Blue) = 187+158+204=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ECC is #446133. Grayscale: #ABABAB. Windows color (decimal): -4481332 or 13409979. OLE color: 13409979.
HSL color Cylindrical-coordinate representation of color #BB9ECC: hue angle of 277.83º degrees, saturation: 0.31, 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 #BB9ECC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 158 | 204 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.2 |
| HSL | 277.83º | 0.31% | 0.71% | - |
| HSV(B) | 277.83º | 0.23% | 0.8% | - |
| XYZ | 43.62 | 39.38 | 62.43 | - |
| YUV | 171.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 204 | 0.08 | 0.23 | 0 | 0.2 | 277.83 | 0.31 | 0.71 |
| Hex | BB | 9E | CC | 8 | 17 | 0 | 14 | 116 | 1F | 47 |
| Octal | 273 | 236 | 314 | 10 | 27 | 0 | 24 | 426 | 37 | 107 |
| Binary | 10111011 | 10011110 | 11001100 | 1000 | 10111 | 0 | 10100 | 100010110 | 11111 | 1000111 |
Color Harmonies of #BB9ECC
Complementary color
Monochromatic Colors of #BB9ECC
Black with #BB9ECC
Text Example
Text Example
White with #BB9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ECC; }
p { color: rgb(187,158,204); }
H1.HeaderClassName
{
color: #BB9ECC;
}
.AnyTagClassName
{
color: #BB9ECC;
}
</style>
background-color css
<style>
a { background-color: #BB9ECC; }
a { background-color: rgb(187,158,204); }
div.DivClassName
{
background-color: #BB9ECC;
}
.BgClassName
{
background-color: #BB9ECC;
}
</style>
border-color css
<style>
span { border-color: #BB9ECC; }
span { border-color: rgb(187,158,204); }
td.TdClassName
{
border-color: #BB9ECC;
}
.TagClassName
{
border-color: #BB9ECC;
}
</style>