Shades of Wisteria #BC9ECC
Tints of Wisteria #BC9ECC
RGB
CMYK
RGB Variations
Color information
#BC9ECC (or 0xBC9ECC) is known color: Wisteria. HEX triplet: BC, 9E and CC. RGB value is (188,158,204). Sum of RGB (Red+Green+Blue) = 188+158+204=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ECC is #436133. Grayscale: #ACACAC. Windows color (decimal): -4415796 or 13409980. OLE color: 13409980.
HSL color Cylindrical-coordinate representation of color #BC9ECC: hue angle of 279.13º degrees, saturation: 0.31, 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 #BC9ECC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 158 | 204 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.2 |
| HSL | 279.13º | 0.31% | 0.71% | - |
| HSV(B) | 279.13º | 0.23% | 0.8% | - |
| XYZ | 43.86 | 39.5 | 62.44 | - |
| YUV | 172.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 204 | 0.08 | 0.23 | 0 | 0.2 | 279.13 | 0.31 | 0.71 |
| Hex | BC | 9E | CC | 8 | 17 | 0 | 14 | 117 | 1F | 47 |
| Octal | 274 | 236 | 314 | 10 | 27 | 0 | 24 | 427 | 37 | 107 |
| Binary | 10111100 | 10011110 | 11001100 | 1000 | 10111 | 0 | 10100 | 100010111 | 11111 | 1000111 |
Color Harmonies of #BC9ECC
Complementary color
Monochromatic Colors of #BC9ECC
Black with #BC9ECC
Text Example
Text Example
White with #BC9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ECC; }
p { color: rgb(188,158,204); }
H1.HeaderClassName
{
color: #BC9ECC;
}
.AnyTagClassName
{
color: #BC9ECC;
}
</style>
background-color css
<style>
a { background-color: #BC9ECC; }
a { background-color: rgb(188,158,204); }
div.DivClassName
{
background-color: #BC9ECC;
}
.BgClassName
{
background-color: #BC9ECC;
}
</style>
border-color css
<style>
span { border-color: #BC9ECC; }
span { border-color: rgb(188,158,204); }
td.TdClassName
{
border-color: #BC9ECC;
}
.TagClassName
{
border-color: #BC9ECC;
}
</style>