Shades of Wisteria #BC9BCC
Tints of Wisteria #BC9BCC
RGB
CMYK
RGB Variations
Color information
#BC9BCC (or 0xBC9BCC) is known color: Wisteria. HEX triplet: BC, 9B and CC. RGB value is (188,155,204). Sum of RGB (Red+Green+Blue) = 188+155+204=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BCC is #436433. Grayscale: #AAAAAA. Windows color (decimal): -4416564 or 13409212. OLE color: 13409212.
HSL color Cylindrical-coordinate representation of color #BC9BCC: hue angle of 280.41º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC9BCC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 155 | 204 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.2 |
| HSL | 280.41º | 0.32% | 0.7% | - |
| HSV(B) | 280.41º | 0.24% | 0.8% | - |
| XYZ | 43.36 | 38.49 | 62.27 | - |
| YUV | 170.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 204 | 0.08 | 0.24 | 0 | 0.2 | 280.41 | 0.32 | 0.7 |
| Hex | BC | 9B | CC | 8 | 18 | 0 | 14 | 118 | 20 | 46 |
| Octal | 274 | 233 | 314 | 10 | 30 | 0 | 24 | 430 | 40 | 106 |
| Binary | 10111100 | 10011011 | 11001100 | 1000 | 11000 | 0 | 10100 | 100011000 | 100000 | 1000110 |
Color Harmonies of #BC9BCC
Complementary color
Monochromatic Colors of #BC9BCC
Black with #BC9BCC
Text Example
Text Example
White with #BC9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BCC; }
p { color: rgb(188,155,204); }
H1.HeaderClassName
{
color: #BC9BCC;
}
.AnyTagClassName
{
color: #BC9BCC;
}
</style>
background-color css
<style>
a { background-color: #BC9BCC; }
a { background-color: rgb(188,155,204); }
div.DivClassName
{
background-color: #BC9BCC;
}
.BgClassName
{
background-color: #BC9BCC;
}
</style>
border-color css
<style>
span { border-color: #BC9BCC; }
span { border-color: rgb(188,155,204); }
td.TdClassName
{
border-color: #BC9BCC;
}
.TagClassName
{
border-color: #BC9BCC;
}
</style>