Shades of Wisteria #BC96CB
Tints of Wisteria #BC96CB
RGB
CMYK
RGB Variations
Color information
#BC96CB (or 0xBC96CB) is known color: Wisteria. HEX triplet: BC, 96 and CB. RGB value is (188,150,203). Sum of RGB (Red+Green+Blue) = 188+150+203=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96CB is #436934. Grayscale: #A7A7A7. Windows color (decimal): -4417845 or 13342396. OLE color: 13342396.
HSL color Cylindrical-coordinate representation of color #BC96CB: hue angle of 283.02º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC96CB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 150 | 203 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.20 |
| HSL | 283.02º | 0.34% | 0.69% | - |
| HSV(B) | 283.02º | 0.26% | 0.8% | - |
| XYZ | 42.42 | 36.82 | 61.37 | - |
| YUV | 167.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 203 | 0.07 | 0.26 | 0 | 0.20 | 283.02 | 0.34 | 0.69 |
| Hex | BC | 96 | CB | 7 | 1A | 0 | 14 | 11B | 22 | 45 |
| Octal | 274 | 226 | 313 | 7 | 32 | 0 | 24 | 433 | 42 | 105 |
| Binary | 10111100 | 10010110 | 11001011 | 111 | 11010 | 0 | 10100 | 100011011 | 100010 | 1000101 |
Color Harmonies of #BC96CB
Complementary color
Monochromatic Colors of #BC96CB
Black with #BC96CB
Text Example
Text Example
White with #BC96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96CB; }
p { color: rgb(188,150,203); }
H1.HeaderClassName
{
color: #BC96CB;
}
.AnyTagClassName
{
color: #BC96CB;
}
</style>
background-color css
<style>
a { background-color: #BC96CB; }
a { background-color: rgb(188,150,203); }
div.DivClassName
{
background-color: #BC96CB;
}
.BgClassName
{
background-color: #BC96CB;
}
</style>
border-color css
<style>
span { border-color: #BC96CB; }
span { border-color: rgb(188,150,203); }
td.TdClassName
{
border-color: #BC96CB;
}
.TagClassName
{
border-color: #BC96CB;
}
</style>