Shades of Wisteria #BB9CCB
Tints of Wisteria #BB9CCB
RGB
CMYK
RGB Variations
Color information
#BB9CCB (or 0xBB9CCB) is known color: Wisteria. HEX triplet: BB, 9C and CB. RGB value is (187,156,203). Sum of RGB (Red+Green+Blue) = 187+156+203=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CCB is #446334. Grayscale: #AAAAAA. Windows color (decimal): -4481845 or 13343931. OLE color: 13343931.
HSL color Cylindrical-coordinate representation of color #BB9CCB: hue angle of 279.57º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9CCB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 156 | 203 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.20 |
| HSL | 279.57º | 0.31% | 0.7% | - |
| HSV(B) | 279.57º | 0.23% | 0.8% | - |
| XYZ | 43.16 | 38.65 | 61.69 | - |
| YUV | 170.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 203 | 0.08 | 0.23 | 0 | 0.20 | 279.57 | 0.31 | 0.7 |
| Hex | BB | 9C | CB | 8 | 17 | 0 | 14 | 118 | 1F | 46 |
| Octal | 273 | 234 | 313 | 10 | 27 | 0 | 24 | 430 | 37 | 106 |
| Binary | 10111011 | 10011100 | 11001011 | 1000 | 10111 | 0 | 10100 | 100011000 | 11111 | 1000110 |
Color Harmonies of #BB9CCB
Complementary color
Monochromatic Colors of #BB9CCB
Black with #BB9CCB
Text Example
Text Example
White with #BB9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CCB; }
p { color: rgb(187,156,203); }
H1.HeaderClassName
{
color: #BB9CCB;
}
.AnyTagClassName
{
color: #BB9CCB;
}
</style>
background-color css
<style>
a { background-color: #BB9CCB; }
a { background-color: rgb(187,156,203); }
div.DivClassName
{
background-color: #BB9CCB;
}
.BgClassName
{
background-color: #BB9CCB;
}
</style>
border-color css
<style>
span { border-color: #BB9CCB; }
span { border-color: rgb(187,156,203); }
td.TdClassName
{
border-color: #BB9CCB;
}
.TagClassName
{
border-color: #BB9CCB;
}
</style>