Shades of Wisteria #BD9BCD
Tints of Wisteria #BD9BCD
RGB
CMYK
RGB Variations
Color information
#BD9BCD (or 0xBD9BCD) is known color: Wisteria. HEX triplet: BD, 9B and CD. RGB value is (189,155,205). Sum of RGB (Red+Green+Blue) = 189+155+205=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BCD is #426432. Grayscale: #AAAAAA. Windows color (decimal): -4351027 or 13474749. OLE color: 13474749.
HSL color Cylindrical-coordinate representation of color #BD9BCD: hue angle of 280.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD9BCD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 155 | 205 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.20 |
| HSL | 280.8º | 0.33% | 0.71% | - |
| HSV(B) | 280.8º | 0.24% | 0.8% | - |
| XYZ | 43.73 | 38.67 | 62.92 | - |
| YUV | 170.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 205 | 0.08 | 0.24 | 0 | 0.20 | 280.8 | 0.33 | 0.71 |
| Hex | BD | 9B | CD | 8 | 18 | 0 | 14 | 119 | 21 | 47 |
| Octal | 275 | 233 | 315 | 10 | 30 | 0 | 24 | 431 | 41 | 107 |
| Binary | 10111101 | 10011011 | 11001101 | 1000 | 11000 | 0 | 10100 | 100011001 | 100001 | 1000111 |
Color Harmonies of #BD9BCD
Complementary color
Monochromatic Colors of #BD9BCD
Black with #BD9BCD
Text Example
Text Example
White with #BD9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BCD; }
p { color: rgb(189,155,205); }
H1.HeaderClassName
{
color: #BD9BCD;
}
.AnyTagClassName
{
color: #BD9BCD;
}
</style>
background-color css
<style>
a { background-color: #BD9BCD; }
a { background-color: rgb(189,155,205); }
div.DivClassName
{
background-color: #BD9BCD;
}
.BgClassName
{
background-color: #BD9BCD;
}
</style>
border-color css
<style>
span { border-color: #BD9BCD; }
span { border-color: rgb(189,155,205); }
td.TdClassName
{
border-color: #BD9BCD;
}
.TagClassName
{
border-color: #BD9BCD;
}
</style>