Shades of Wisteria #BD9ACB
Tints of Wisteria #BD9ACB
RGB
CMYK
RGB Variations
Color information
#BD9ACB (or 0xBD9ACB) is known color: Wisteria. HEX triplet: BD, 9A and CB. RGB value is (189,154,203). Sum of RGB (Red+Green+Blue) = 189+154+203=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 154 (60.55% from 255 or 28.21% 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 #BD9ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ACB is #426534. Grayscale: #A9A9A9. Windows color (decimal): -4351285 or 13343421. OLE color: 13343421.
HSL color Cylindrical-coordinate representation of color #BD9ACB: hue angle of 282.86º 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 #BD9ACB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 154 | 203 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.20 |
| HSL | 282.86º | 0.32% | 0.7% | - |
| HSV(B) | 282.86º | 0.24% | 0.8% | - |
| XYZ | 43.32 | 38.24 | 61.6 | - |
| YUV | 170.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 203 | 0.07 | 0.24 | 0 | 0.20 | 282.86 | 0.32 | 0.7 |
| Hex | BD | 9A | CB | 7 | 18 | 0 | 14 | 11B | 20 | 46 |
| Octal | 275 | 232 | 313 | 7 | 30 | 0 | 24 | 433 | 40 | 106 |
| Binary | 10111101 | 10011010 | 11001011 | 111 | 11000 | 0 | 10100 | 100011011 | 100000 | 1000110 |
Color Harmonies of #BD9ACB
Complementary color
Monochromatic Colors of #BD9ACB
Black with #BD9ACB
Text Example
Text Example
White with #BD9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9ACB; }
p { color: rgb(189,154,203); }
H1.HeaderClassName
{
color: #BD9ACB;
}
.AnyTagClassName
{
color: #BD9ACB;
}
</style>
background-color css
<style>
a { background-color: #BD9ACB; }
a { background-color: rgb(189,154,203); }
div.DivClassName
{
background-color: #BD9ACB;
}
.BgClassName
{
background-color: #BD9ACB;
}
</style>
border-color css
<style>
span { border-color: #BD9ACB; }
span { border-color: rgb(189,154,203); }
td.TdClassName
{
border-color: #BD9ACB;
}
.TagClassName
{
border-color: #BD9ACB;
}
</style>