Shades of Wisteria #BC96C9
Tints of Wisteria #BC96C9
RGB
CMYK
RGB Variations
Color information
#BC96C9 (or 0xBC96C9) is known color: Wisteria. HEX triplet: BC, 96 and C9. RGB value is (188,150,201). Sum of RGB (Red+Green+Blue) = 188+150+201=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96C9 is #436936. Grayscale: #A7A7A7. Windows color (decimal): -4417847 or 13211324. OLE color: 13211324.
HSL color Cylindrical-coordinate representation of color #BC96C9: hue angle of 284.71º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC96C9 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 150 | 201 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.21 |
| HSL | 284.71º | 0.32% | 0.69% | - |
| HSV(B) | 284.71º | 0.25% | 0.79% | - |
| XYZ | 42.19 | 36.72 | 60.12 | - |
| YUV | 167.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 201 | 0.06 | 0.25 | 0 | 0.21 | 284.71 | 0.32 | 0.69 |
| Hex | BC | 96 | C9 | 6 | 19 | 0 | 15 | 11D | 20 | 45 |
| Octal | 274 | 226 | 311 | 6 | 31 | 0 | 25 | 435 | 40 | 105 |
| Binary | 10111100 | 10010110 | 11001001 | 110 | 11001 | 0 | 10101 | 100011101 | 100000 | 1000101 |
Color Harmonies of #BC96C9
Complementary color
Monochromatic Colors of #BC96C9
Black with #BC96C9
Text Example
Text Example
White with #BC96C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96C9; }
p { color: rgb(188,150,201); }
H1.HeaderClassName
{
color: #BC96C9;
}
.AnyTagClassName
{
color: #BC96C9;
}
</style>
background-color css
<style>
a { background-color: #BC96C9; }
a { background-color: rgb(188,150,201); }
div.DivClassName
{
background-color: #BC96C9;
}
.BgClassName
{
background-color: #BC96C9;
}
</style>
border-color css
<style>
span { border-color: #BC96C9; }
span { border-color: rgb(188,150,201); }
td.TdClassName
{
border-color: #BC96C9;
}
.TagClassName
{
border-color: #BC96C9;
}
</style>