Shades of Wisteria #BDA1CB
Tints of Wisteria #BDA1CB
RGB
CMYK
RGB Variations
Color information
#BDA1CB (or 0xBDA1CB) is known color: Wisteria. HEX triplet: BD, A1 and CB. RGB value is (189,161,203). Sum of RGB (Red+Green+Blue) = 189+161+203=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1CB is #425E34. Grayscale: #AEAEAE. Windows color (decimal): -4349493 or 13345213. OLE color: 13345213.
HSL color Cylindrical-coordinate representation of color #BDA1CB: hue angle of 280º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA1CB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 161 | 203 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.20 |
| HSL | 280º | 0.29% | 0.71% | - |
| HSV(B) | 280º | 0.21% | 0.8% | - |
| XYZ | 44.51 | 40.62 | 61.99 | - |
| YUV | 174.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 203 | 0.07 | 0.21 | 0 | 0.20 | 280 | 0.29 | 0.71 |
| Hex | BD | A1 | CB | 7 | 15 | 0 | 14 | 118 | 1D | 47 |
| Octal | 275 | 241 | 313 | 7 | 25 | 0 | 24 | 430 | 35 | 107 |
| Binary | 10111101 | 10100001 | 11001011 | 111 | 10101 | 0 | 10100 | 100011000 | 11101 | 1000111 |
Color Harmonies of #BDA1CB
Complementary color
Monochromatic Colors of #BDA1CB
Black with #BDA1CB
Text Example
Text Example
White with #BDA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1CB; }
p { color: rgb(189,161,203); }
H1.HeaderClassName
{
color: #BDA1CB;
}
.AnyTagClassName
{
color: #BDA1CB;
}
</style>
background-color css
<style>
a { background-color: #BDA1CB; }
a { background-color: rgb(189,161,203); }
div.DivClassName
{
background-color: #BDA1CB;
}
.BgClassName
{
background-color: #BDA1CB;
}
</style>
border-color css
<style>
span { border-color: #BDA1CB; }
span { border-color: rgb(189,161,203); }
td.TdClassName
{
border-color: #BDA1CB;
}
.TagClassName
{
border-color: #BDA1CB;
}
</style>