Shades of Wisteria #BC96CC
Tints of Wisteria #BC96CC
RGB
CMYK
RGB Variations
Color information
#BC96CC (or 0xBC96CC) is known color: Wisteria. HEX triplet: BC, 96 and CC. RGB value is (188,150,204). Sum of RGB (Red+Green+Blue) = 188+150+204=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96CC is #436933. Grayscale: #A7A7A7. Windows color (decimal): -4417844 or 13407932. OLE color: 13407932.
HSL color Cylindrical-coordinate representation of color #BC96CC: hue angle of 282.22º degrees, saturation: 0.35, 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 #BC96CC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 150 | 204 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.2 |
| HSL | 282.22º | 0.35% | 0.69% | - |
| HSV(B) | 282.22º | 0.26% | 0.8% | - |
| XYZ | 42.54 | 36.86 | 62 | - |
| YUV | 167.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 204 | 0.08 | 0.26 | 0 | 0.2 | 282.22 | 0.35 | 0.69 |
| Hex | BC | 96 | CC | 8 | 1A | 0 | 14 | 11A | 23 | 45 |
| Octal | 274 | 226 | 314 | 10 | 32 | 0 | 24 | 432 | 43 | 105 |
| Binary | 10111100 | 10010110 | 11001100 | 1000 | 11010 | 0 | 10100 | 100011010 | 100011 | 1000101 |
Color Harmonies of #BC96CC
Complementary color
Monochromatic Colors of #BC96CC
Black with #BC96CC
Text Example
Text Example
White with #BC96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96CC; }
p { color: rgb(188,150,204); }
H1.HeaderClassName
{
color: #BC96CC;
}
.AnyTagClassName
{
color: #BC96CC;
}
</style>
background-color css
<style>
a { background-color: #BC96CC; }
a { background-color: rgb(188,150,204); }
div.DivClassName
{
background-color: #BC96CC;
}
.BgClassName
{
background-color: #BC96CC;
}
</style>
border-color css
<style>
span { border-color: #BC96CC; }
span { border-color: rgb(188,150,204); }
td.TdClassName
{
border-color: #BC96CC;
}
.TagClassName
{
border-color: #BC96CC;
}
</style>