Shades of Wisteria #BC9ACB
Tints of Wisteria #BC9ACB
RGB
CMYK
RGB Variations
Color information
#BC9ACB (or 0xBC9ACB) is known color: Wisteria. HEX triplet: BC, 9A and CB. RGB value is (188,154,203). Sum of RGB (Red+Green+Blue) = 188+154+203=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC9ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ACB is #436534. Grayscale: #A9A9A9. Windows color (decimal): -4416821 or 13343420. OLE color: 13343420.
HSL color Cylindrical-coordinate representation of color #BC9ACB: hue angle of 281.63º 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 #BC9ACB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 154 | 203 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.20 |
| HSL | 281.63º | 0.32% | 0.7% | - |
| HSV(B) | 281.63º | 0.24% | 0.8% | - |
| XYZ | 43.07 | 38.11 | 61.59 | - |
| YUV | 169.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 203 | 0.07 | 0.24 | 0 | 0.20 | 281.63 | 0.32 | 0.7 |
| Hex | BC | 9A | CB | 7 | 18 | 0 | 14 | 11A | 20 | 46 |
| Octal | 274 | 232 | 313 | 7 | 30 | 0 | 24 | 432 | 40 | 106 |
| Binary | 10111100 | 10011010 | 11001011 | 111 | 11000 | 0 | 10100 | 100011010 | 100000 | 1000110 |
Color Harmonies of #BC9ACB
Complementary color
Monochromatic Colors of #BC9ACB
Black with #BC9ACB
Text Example
Text Example
White with #BC9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ACB; }
p { color: rgb(188,154,203); }
H1.HeaderClassName
{
color: #BC9ACB;
}
.AnyTagClassName
{
color: #BC9ACB;
}
</style>
background-color css
<style>
a { background-color: #BC9ACB; }
a { background-color: rgb(188,154,203); }
div.DivClassName
{
background-color: #BC9ACB;
}
.BgClassName
{
background-color: #BC9ACB;
}
</style>
border-color css
<style>
span { border-color: #BC9ACB; }
span { border-color: rgb(188,154,203); }
td.TdClassName
{
border-color: #BC9ACB;
}
.TagClassName
{
border-color: #BC9ACB;
}
</style>