Shades of Wisteria #BD9DCB
Tints of Wisteria #BD9DCB
RGB
CMYK
RGB Variations
Color information
#BD9DCB (or 0xBD9DCB) is known color: Wisteria. HEX triplet: BD, 9D and CB. RGB value is (189,157,203). Sum of RGB (Red+Green+Blue) = 189+157+203=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DCB is #426234. Grayscale: #ABABAB. Windows color (decimal): -4350517 or 13344189. OLE color: 13344189.
HSL color Cylindrical-coordinate representation of color #BD9DCB: hue angle of 281.74º 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 #BD9DCB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 157 | 203 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.20 |
| HSL | 281.74º | 0.31% | 0.71% | - |
| HSV(B) | 281.74º | 0.23% | 0.8% | - |
| XYZ | 43.82 | 39.24 | 61.77 | - |
| YUV | 171.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 203 | 0.07 | 0.23 | 0 | 0.20 | 281.74 | 0.31 | 0.71 |
| Hex | BD | 9D | CB | 7 | 17 | 0 | 14 | 11A | 1F | 47 |
| Octal | 275 | 235 | 313 | 7 | 27 | 0 | 24 | 432 | 37 | 107 |
| Binary | 10111101 | 10011101 | 11001011 | 111 | 10111 | 0 | 10100 | 100011010 | 11111 | 1000111 |
Color Harmonies of #BD9DCB
Complementary color
Monochromatic Colors of #BD9DCB
Black with #BD9DCB
Text Example
Text Example
White with #BD9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DCB; }
p { color: rgb(189,157,203); }
H1.HeaderClassName
{
color: #BD9DCB;
}
.AnyTagClassName
{
color: #BD9DCB;
}
</style>
background-color css
<style>
a { background-color: #BD9DCB; }
a { background-color: rgb(189,157,203); }
div.DivClassName
{
background-color: #BD9DCB;
}
.BgClassName
{
background-color: #BD9DCB;
}
</style>
border-color css
<style>
span { border-color: #BD9DCB; }
span { border-color: rgb(189,157,203); }
td.TdClassName
{
border-color: #BD9DCB;
}
.TagClassName
{
border-color: #BD9DCB;
}
</style>