Shades of Wisteria #BC9CCB
Tints of Wisteria #BC9CCB
RGB
CMYK
RGB Variations
Color information
#BC9CCB (or 0xBC9CCB) is known color: Wisteria. HEX triplet: BC, 9C and CB. RGB value is (188,156,203). Sum of RGB (Red+Green+Blue) = 188+156+203=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CCB is #436334. Grayscale: #AAAAAA. Windows color (decimal): -4416309 or 13343932. OLE color: 13343932.
HSL color Cylindrical-coordinate representation of color #BC9CCB: hue angle of 280.85º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9CCB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 156 | 203 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.20 |
| HSL | 280.85º | 0.31% | 0.7% | - |
| HSV(B) | 280.85º | 0.23% | 0.8% | - |
| XYZ | 43.41 | 38.78 | 61.7 | - |
| YUV | 170.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 203 | 0.07 | 0.23 | 0 | 0.20 | 280.85 | 0.31 | 0.7 |
| Hex | BC | 9C | CB | 7 | 17 | 0 | 14 | 119 | 1F | 46 |
| Octal | 274 | 234 | 313 | 7 | 27 | 0 | 24 | 431 | 37 | 106 |
| Binary | 10111100 | 10011100 | 11001011 | 111 | 10111 | 0 | 10100 | 100011001 | 11111 | 1000110 |
Color Harmonies of #BC9CCB
Complementary color
Monochromatic Colors of #BC9CCB
Black with #BC9CCB
Text Example
Text Example
White with #BC9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CCB; }
p { color: rgb(188,156,203); }
H1.HeaderClassName
{
color: #BC9CCB;
}
.AnyTagClassName
{
color: #BC9CCB;
}
</style>
background-color css
<style>
a { background-color: #BC9CCB; }
a { background-color: rgb(188,156,203); }
div.DivClassName
{
background-color: #BC9CCB;
}
.BgClassName
{
background-color: #BC9CCB;
}
</style>
border-color css
<style>
span { border-color: #BC9CCB; }
span { border-color: rgb(188,156,203); }
td.TdClassName
{
border-color: #BC9CCB;
}
.TagClassName
{
border-color: #BC9CCB;
}
</style>