Shades of Wisteria #BB9ACB
Tints of Wisteria #BB9ACB
RGB
CMYK
RGB Variations
Color information
#BB9ACB (or 0xBB9ACB) is known color: Wisteria. HEX triplet: BB, 9A and CB. RGB value is (187,154,203). Sum of RGB (Red+Green+Blue) = 187+154+203=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB9ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ACB is #446534. Grayscale: #A9A9A9. Windows color (decimal): -4482357 or 13343419. OLE color: 13343419.
HSL color Cylindrical-coordinate representation of color #BB9ACB: hue angle of 280.41º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9ACB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 154 | 203 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.20 |
| HSL | 280.41º | 0.32% | 0.7% | - |
| HSV(B) | 280.41º | 0.24% | 0.8% | - |
| XYZ | 42.83 | 37.99 | 61.57 | - |
| YUV | 169.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 203 | 0.08 | 0.24 | 0 | 0.20 | 280.41 | 0.32 | 0.7 |
| Hex | BB | 9A | CB | 8 | 18 | 0 | 14 | 118 | 20 | 46 |
| Octal | 273 | 232 | 313 | 10 | 30 | 0 | 24 | 430 | 40 | 106 |
| Binary | 10111011 | 10011010 | 11001011 | 1000 | 11000 | 0 | 10100 | 100011000 | 100000 | 1000110 |
Color Harmonies of #BB9ACB
Complementary color
Monochromatic Colors of #BB9ACB
Black with #BB9ACB
Text Example
Text Example
White with #BB9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ACB; }
p { color: rgb(187,154,203); }
H1.HeaderClassName
{
color: #BB9ACB;
}
.AnyTagClassName
{
color: #BB9ACB;
}
</style>
background-color css
<style>
a { background-color: #BB9ACB; }
a { background-color: rgb(187,154,203); }
div.DivClassName
{
background-color: #BB9ACB;
}
.BgClassName
{
background-color: #BB9ACB;
}
</style>
border-color css
<style>
span { border-color: #BB9ACB; }
span { border-color: rgb(187,154,203); }
td.TdClassName
{
border-color: #BB9ACB;
}
.TagClassName
{
border-color: #BB9ACB;
}
</style>