Shades of Wisteria #BD9CCD
Tints of Wisteria #BD9CCD
RGB
CMYK
RGB Variations
Color information
#BD9CCD (or 0xBD9CCD) is known color: Wisteria. HEX triplet: BD, 9C and CD. RGB value is (189,156,205). Sum of RGB (Red+Green+Blue) = 189+156+205=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CCD is #426332. Grayscale: #ABABAB. Windows color (decimal): -4350771 or 13475005. OLE color: 13475005.
HSL color Cylindrical-coordinate representation of color #BD9CCD: hue angle of 280.41º 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 #BD9CCD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 156 | 205 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.20 |
| HSL | 280.41º | 0.33% | 0.71% | - |
| HSV(B) | 280.41º | 0.24% | 0.8% | - |
| XYZ | 43.89 | 39 | 62.97 | - |
| YUV | 171.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 205 | 0.08 | 0.24 | 0 | 0.20 | 280.41 | 0.33 | 0.71 |
| Hex | BD | 9C | CD | 8 | 18 | 0 | 14 | 118 | 21 | 47 |
| Octal | 275 | 234 | 315 | 10 | 30 | 0 | 24 | 430 | 41 | 107 |
| Binary | 10111101 | 10011100 | 11001101 | 1000 | 11000 | 0 | 10100 | 100011000 | 100001 | 1000111 |
Color Harmonies of #BD9CCD
Complementary color
Monochromatic Colors of #BD9CCD
Black with #BD9CCD
Text Example
Text Example
White with #BD9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CCD; }
p { color: rgb(189,156,205); }
H1.HeaderClassName
{
color: #BD9CCD;
}
.AnyTagClassName
{
color: #BD9CCD;
}
</style>
background-color css
<style>
a { background-color: #BD9CCD; }
a { background-color: rgb(189,156,205); }
div.DivClassName
{
background-color: #BD9CCD;
}
.BgClassName
{
background-color: #BD9CCD;
}
</style>
border-color css
<style>
span { border-color: #BD9CCD; }
span { border-color: rgb(189,156,205); }
td.TdClassName
{
border-color: #BD9CCD;
}
.TagClassName
{
border-color: #BD9CCD;
}
</style>