Shades of Wisteria #BD9BCB
Tints of Wisteria #BD9BCB
RGB
CMYK
RGB Variations
Color information
#BD9BCB (or 0xBD9BCB) is known color: Wisteria. HEX triplet: BD, 9B and CB. RGB value is (189,155,203). Sum of RGB (Red+Green+Blue) = 189+155+203=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BCB is #426434. Grayscale: #AAAAAA. Windows color (decimal): -4351029 or 13343677. OLE color: 13343677.
HSL color Cylindrical-coordinate representation of color #BD9BCB: hue angle of 282.5º 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 #BD9BCB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 155 | 203 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.20 |
| HSL | 282.5º | 0.32% | 0.7% | - |
| HSV(B) | 282.5º | 0.24% | 0.8% | - |
| XYZ | 43.49 | 38.57 | 61.65 | - |
| YUV | 170.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 203 | 0.07 | 0.24 | 0 | 0.20 | 282.5 | 0.32 | 0.7 |
| Hex | BD | 9B | CB | 7 | 18 | 0 | 14 | 11A | 20 | 46 |
| Octal | 275 | 233 | 313 | 7 | 30 | 0 | 24 | 432 | 40 | 106 |
| Binary | 10111101 | 10011011 | 11001011 | 111 | 11000 | 0 | 10100 | 100011010 | 100000 | 1000110 |
Color Harmonies of #BD9BCB
Complementary color
Monochromatic Colors of #BD9BCB
Black with #BD9BCB
Text Example
Text Example
White with #BD9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BCB; }
p { color: rgb(189,155,203); }
H1.HeaderClassName
{
color: #BD9BCB;
}
.AnyTagClassName
{
color: #BD9BCB;
}
</style>
background-color css
<style>
a { background-color: #BD9BCB; }
a { background-color: rgb(189,155,203); }
div.DivClassName
{
background-color: #BD9BCB;
}
.BgClassName
{
background-color: #BD9BCB;
}
</style>
border-color css
<style>
span { border-color: #BD9BCB; }
span { border-color: rgb(189,155,203); }
td.TdClassName
{
border-color: #BD9BCB;
}
.TagClassName
{
border-color: #BD9BCB;
}
</style>