Shades of Wisteria #BB9CCE
Tints of Wisteria #BB9CCE
RGB
CMYK
RGB Variations
Color information
#BB9CCE (or 0xBB9CCE) is known color: Wisteria. HEX triplet: BB, 9C and CE. RGB value is (187,156,206). Sum of RGB (Red+Green+Blue) = 187+156+206=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CCE is #446331. Grayscale: #AAAAAA. Windows color (decimal): -4481842 or 13540539. OLE color: 13540539.
HSL color Cylindrical-coordinate representation of color #BB9CCE: hue angle of 277.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9CCE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 156 | 206 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.19 |
| HSL | 277.2º | 0.34% | 0.71% | - |
| HSV(B) | 277.2º | 0.24% | 0.81% | - |
| XYZ | 43.52 | 38.8 | 63.59 | - |
| YUV | 170.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 206 | 0.09 | 0.24 | 0 | 0.19 | 277.2 | 0.34 | 0.71 |
| Hex | BB | 9C | CE | 9 | 18 | 0 | 13 | 115 | 22 | 47 |
| Octal | 273 | 234 | 316 | 11 | 30 | 0 | 23 | 425 | 42 | 107 |
| Binary | 10111011 | 10011100 | 11001110 | 1001 | 11000 | 0 | 10011 | 100010101 | 100010 | 1000111 |
Color Harmonies of #BB9CCE
Complementary color
Monochromatic Colors of #BB9CCE
Black with #BB9CCE
Text Example
Text Example
White with #BB9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CCE; }
p { color: rgb(187,156,206); }
H1.HeaderClassName
{
color: #BB9CCE;
}
.AnyTagClassName
{
color: #BB9CCE;
}
</style>
background-color css
<style>
a { background-color: #BB9CCE; }
a { background-color: rgb(187,156,206); }
div.DivClassName
{
background-color: #BB9CCE;
}
.BgClassName
{
background-color: #BB9CCE;
}
</style>
border-color css
<style>
span { border-color: #BB9CCE; }
span { border-color: rgb(187,156,206); }
td.TdClassName
{
border-color: #BB9CCE;
}
.TagClassName
{
border-color: #BB9CCE;
}
</style>