Shades of Wisteria #BC9BCD
Tints of Wisteria #BC9BCD
RGB
CMYK
RGB Variations
Color information
#BC9BCD (or 0xBC9BCD) is known color: Wisteria. HEX triplet: BC, 9B and CD. RGB value is (188,155,205). Sum of RGB (Red+Green+Blue) = 188+155+205=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BCD is #436432. Grayscale: #AAAAAA. Windows color (decimal): -4416563 or 13474748. OLE color: 13474748.
HSL color Cylindrical-coordinate representation of color #BC9BCD: hue angle of 279.6º 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 #BC9BCD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 155 | 205 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.20 |
| HSL | 279.6º | 0.33% | 0.71% | - |
| HSV(B) | 279.6º | 0.24% | 0.8% | - |
| XYZ | 43.48 | 38.54 | 62.91 | - |
| YUV | 170.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 205 | 0.08 | 0.24 | 0 | 0.20 | 279.6 | 0.33 | 0.71 |
| Hex | BC | 9B | CD | 8 | 18 | 0 | 14 | 118 | 21 | 47 |
| Octal | 274 | 233 | 315 | 10 | 30 | 0 | 24 | 430 | 41 | 107 |
| Binary | 10111100 | 10011011 | 11001101 | 1000 | 11000 | 0 | 10100 | 100011000 | 100001 | 1000111 |
Color Harmonies of #BC9BCD
Complementary color
Monochromatic Colors of #BC9BCD
Black with #BC9BCD
Text Example
Text Example
White with #BC9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BCD; }
p { color: rgb(188,155,205); }
H1.HeaderClassName
{
color: #BC9BCD;
}
.AnyTagClassName
{
color: #BC9BCD;
}
</style>
background-color css
<style>
a { background-color: #BC9BCD; }
a { background-color: rgb(188,155,205); }
div.DivClassName
{
background-color: #BC9BCD;
}
.BgClassName
{
background-color: #BC9BCD;
}
</style>
border-color css
<style>
span { border-color: #BC9BCD; }
span { border-color: rgb(188,155,205); }
td.TdClassName
{
border-color: #BC9BCD;
}
.TagClassName
{
border-color: #BC9BCD;
}
</style>