Shades of Wisteria #BC9CCD
Tints of Wisteria #BC9CCD
RGB
CMYK
RGB Variations
Color information
#BC9CCD (or 0xBC9CCD) is known color: Wisteria. HEX triplet: BC, 9C and CD. RGB value is (188,156,205). Sum of RGB (Red+Green+Blue) = 188+156+205=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 156 (61.33% from 255 or 28.42% 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 #BC9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CCD is #436332. Grayscale: #AAAAAA. Windows color (decimal): -4416307 or 13475004. OLE color: 13475004.
HSL color Cylindrical-coordinate representation of color #BC9CCD: hue angle of 279.18º 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 #BC9CCD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 156 | 205 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.20 |
| HSL | 279.18º | 0.33% | 0.71% | - |
| HSV(B) | 279.18º | 0.24% | 0.8% | - |
| XYZ | 43.65 | 38.88 | 62.96 | - |
| YUV | 171.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 205 | 0.08 | 0.24 | 0 | 0.20 | 279.18 | 0.33 | 0.71 |
| Hex | BC | 9C | CD | 8 | 18 | 0 | 14 | 117 | 21 | 47 |
| Octal | 274 | 234 | 315 | 10 | 30 | 0 | 24 | 427 | 41 | 107 |
| Binary | 10111100 | 10011100 | 11001101 | 1000 | 11000 | 0 | 10100 | 100010111 | 100001 | 1000111 |
Color Harmonies of #BC9CCD
Complementary color
Monochromatic Colors of #BC9CCD
Black with #BC9CCD
Text Example
Text Example
White with #BC9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CCD; }
p { color: rgb(188,156,205); }
H1.HeaderClassName
{
color: #BC9CCD;
}
.AnyTagClassName
{
color: #BC9CCD;
}
</style>
background-color css
<style>
a { background-color: #BC9CCD; }
a { background-color: rgb(188,156,205); }
div.DivClassName
{
background-color: #BC9CCD;
}
.BgClassName
{
background-color: #BC9CCD;
}
</style>
border-color css
<style>
span { border-color: #BC9CCD; }
span { border-color: rgb(188,156,205); }
td.TdClassName
{
border-color: #BC9CCD;
}
.TagClassName
{
border-color: #BC9CCD;
}
</style>