Shades of Wisteria #BDA0CB
Tints of Wisteria #BDA0CB
RGB
CMYK
RGB Variations
Color information
#BDA0CB (or 0xBDA0CB) is known color: Wisteria. HEX triplet: BD, A0 and CB. RGB value is (189,160,203). Sum of RGB (Red+Green+Blue) = 189+160+203=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0CB is #425F34. Grayscale: #ADADAD. Windows color (decimal): -4349749 or 13344957. OLE color: 13344957.
HSL color Cylindrical-coordinate representation of color #BDA0CB: hue angle of 280.47º 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 #BDA0CB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 160 | 203 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.20 |
| HSL | 280.47º | 0.29% | 0.71% | - |
| HSV(B) | 280.47º | 0.21% | 0.8% | - |
| XYZ | 44.34 | 40.27 | 61.94 | - |
| YUV | 173.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 203 | 0.07 | 0.21 | 0 | 0.20 | 280.47 | 0.29 | 0.71 |
| Hex | BD | A0 | CB | 7 | 15 | 0 | 14 | 118 | 1D | 47 |
| Octal | 275 | 240 | 313 | 7 | 25 | 0 | 24 | 430 | 35 | 107 |
| Binary | 10111101 | 10100000 | 11001011 | 111 | 10101 | 0 | 10100 | 100011000 | 11101 | 1000111 |
Color Harmonies of #BDA0CB
Complementary color
Monochromatic Colors of #BDA0CB
Black with #BDA0CB
Text Example
Text Example
White with #BDA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0CB; }
p { color: rgb(189,160,203); }
H1.HeaderClassName
{
color: #BDA0CB;
}
.AnyTagClassName
{
color: #BDA0CB;
}
</style>
background-color css
<style>
a { background-color: #BDA0CB; }
a { background-color: rgb(189,160,203); }
div.DivClassName
{
background-color: #BDA0CB;
}
.BgClassName
{
background-color: #BDA0CB;
}
</style>
border-color css
<style>
span { border-color: #BDA0CB; }
span { border-color: rgb(189,160,203); }
td.TdClassName
{
border-color: #BDA0CB;
}
.TagClassName
{
border-color: #BDA0CB;
}
</style>