Shades of Wisteria #BDA3CB
Tints of Wisteria #BDA3CB
RGB
CMYK
RGB Variations
Color information
#BDA3CB (or 0xBDA3CB) is known color: Wisteria. HEX triplet: BD, A3 and CB. RGB value is (189,163,203). Sum of RGB (Red+Green+Blue) = 189+163+203=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3CB is #425C34. Grayscale: #AFAFAF. Windows color (decimal): -4348981 or 13345725. OLE color: 13345725.
HSL color Cylindrical-coordinate representation of color #BDA3CB: hue angle of 279º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA3CB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 163 | 203 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.20 |
| HSL | 279º | 0.28% | 0.72% | - |
| HSV(B) | 279º | 0.2% | 0.8% | - |
| XYZ | 44.86 | 41.33 | 62.11 | - |
| YUV | 175.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 203 | 0.07 | 0.20 | 0 | 0.20 | 279 | 0.28 | 0.72 |
| Hex | BD | A3 | CB | 7 | 14 | 0 | 14 | 117 | 1C | 48 |
| Octal | 275 | 243 | 313 | 7 | 24 | 0 | 24 | 427 | 34 | 110 |
| Binary | 10111101 | 10100011 | 11001011 | 111 | 10100 | 0 | 10100 | 100010111 | 11100 | 1001000 |
Color Harmonies of #BDA3CB
Complementary color
Monochromatic Colors of #BDA3CB
Black with #BDA3CB
Text Example
Text Example
White with #BDA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3CB; }
p { color: rgb(189,163,203); }
H1.HeaderClassName
{
color: #BDA3CB;
}
.AnyTagClassName
{
color: #BDA3CB;
}
</style>
background-color css
<style>
a { background-color: #BDA3CB; }
a { background-color: rgb(189,163,203); }
div.DivClassName
{
background-color: #BDA3CB;
}
.BgClassName
{
background-color: #BDA3CB;
}
</style>
border-color css
<style>
span { border-color: #BDA3CB; }
span { border-color: rgb(189,163,203); }
td.TdClassName
{
border-color: #BDA3CB;
}
.TagClassName
{
border-color: #BDA3CB;
}
</style>