Shades of Wisteria #BC9DCC
Tints of Wisteria #BC9DCC
RGB
CMYK
RGB Variations
Color information
#BC9DCC (or 0xBC9DCC) is known color: Wisteria. HEX triplet: BC, 9D and CC. RGB value is (188,157,204). Sum of RGB (Red+Green+Blue) = 188+157+204=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DCC is #436233. Grayscale: #ABABAB. Windows color (decimal): -4416052 or 13409724. OLE color: 13409724.
HSL color Cylindrical-coordinate representation of color #BC9DCC: hue angle of 279.57º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9DCC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 157 | 204 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.2 |
| HSL | 279.57º | 0.32% | 0.71% | - |
| HSV(B) | 279.57º | 0.23% | 0.8% | - |
| XYZ | 43.7 | 39.16 | 62.38 | - |
| YUV | 171.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 204 | 0.08 | 0.23 | 0 | 0.2 | 279.57 | 0.32 | 0.71 |
| Hex | BC | 9D | CC | 8 | 17 | 0 | 14 | 118 | 20 | 47 |
| Octal | 274 | 235 | 314 | 10 | 27 | 0 | 24 | 430 | 40 | 107 |
| Binary | 10111100 | 10011101 | 11001100 | 1000 | 10111 | 0 | 10100 | 100011000 | 100000 | 1000111 |
Color Harmonies of #BC9DCC
Complementary color
Monochromatic Colors of #BC9DCC
Black with #BC9DCC
Text Example
Text Example
White with #BC9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DCC; }
p { color: rgb(188,157,204); }
H1.HeaderClassName
{
color: #BC9DCC;
}
.AnyTagClassName
{
color: #BC9DCC;
}
</style>
background-color css
<style>
a { background-color: #BC9DCC; }
a { background-color: rgb(188,157,204); }
div.DivClassName
{
background-color: #BC9DCC;
}
.BgClassName
{
background-color: #BC9DCC;
}
</style>
border-color css
<style>
span { border-color: #BC9DCC; }
span { border-color: rgb(188,157,204); }
td.TdClassName
{
border-color: #BC9DCC;
}
.TagClassName
{
border-color: #BC9DCC;
}
</style>