Shades of Wisteria #BDA2CB
Tints of Wisteria #BDA2CB
RGB
CMYK
RGB Variations
Color information
#BDA2CB (or 0xBDA2CB) is known color: Wisteria. HEX triplet: BD, A2 and CB. RGB value is (189,162,203). Sum of RGB (Red+Green+Blue) = 189+162+203=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2CB is #425D34. Grayscale: #AEAEAE. Windows color (decimal): -4349237 or 13345469. OLE color: 13345469.
HSL color Cylindrical-coordinate representation of color #BDA2CB: hue angle of 279.51º 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 #BDA2CB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 162 | 203 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.20 |
| HSL | 279.51º | 0.28% | 0.72% | - |
| HSV(B) | 279.51º | 0.2% | 0.8% | - |
| XYZ | 44.69 | 40.97 | 62.05 | - |
| YUV | 174.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 203 | 0.07 | 0.20 | 0 | 0.20 | 279.51 | 0.28 | 0.72 |
| Hex | BD | A2 | CB | 7 | 14 | 0 | 14 | 118 | 1C | 48 |
| Octal | 275 | 242 | 313 | 7 | 24 | 0 | 24 | 430 | 34 | 110 |
| Binary | 10111101 | 10100010 | 11001011 | 111 | 10100 | 0 | 10100 | 100011000 | 11100 | 1001000 |
Color Harmonies of #BDA2CB
Complementary color
Monochromatic Colors of #BDA2CB
Black with #BDA2CB
Text Example
Text Example
White with #BDA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2CB; }
p { color: rgb(189,162,203); }
H1.HeaderClassName
{
color: #BDA2CB;
}
.AnyTagClassName
{
color: #BDA2CB;
}
</style>
background-color css
<style>
a { background-color: #BDA2CB; }
a { background-color: rgb(189,162,203); }
div.DivClassName
{
background-color: #BDA2CB;
}
.BgClassName
{
background-color: #BDA2CB;
}
</style>
border-color css
<style>
span { border-color: #BDA2CB; }
span { border-color: rgb(189,162,203); }
td.TdClassName
{
border-color: #BDA2CB;
}
.TagClassName
{
border-color: #BDA2CB;
}
</style>