Shades of Wisteria #BC99C8
Tints of Wisteria #BC99C8
RGB
CMYK
RGB Variations
Color information
#BC99C8 (or 0xBC99C8) is known color: Wisteria. HEX triplet: BC, 99 and C8. RGB value is (188,153,200). Sum of RGB (Red+Green+Blue) = 188+153+200=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC99C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C8 is #436637. Grayscale: #A8A8A8. Windows color (decimal): -4417080 or 13146556. OLE color: 13146556.
HSL color Cylindrical-coordinate representation of color #BC99C8: hue angle of 284.68º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC99C8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 153 | 200 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.22 |
| HSL | 284.68º | 0.3% | 0.69% | - |
| HSV(B) | 284.68º | 0.24% | 0.78% | - |
| XYZ | 42.56 | 37.64 | 59.67 | - |
| YUV | 168.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 200 | 0.06 | 0.24 | 0 | 0.22 | 284.68 | 0.3 | 0.69 |
| Hex | BC | 99 | C8 | 6 | 18 | 0 | 16 | 11D | 1E | 45 |
| Octal | 274 | 231 | 310 | 6 | 30 | 0 | 26 | 435 | 36 | 105 |
| Binary | 10111100 | 10011001 | 11001000 | 110 | 11000 | 0 | 10110 | 100011101 | 11110 | 1000101 |
Color Harmonies of #BC99C8
Complementary color
Monochromatic Colors of #BC99C8
Black with #BC99C8
Text Example
Text Example
White with #BC99C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99C8; }
p { color: rgb(188,153,200); }
H1.HeaderClassName
{
color: #BC99C8;
}
.AnyTagClassName
{
color: #BC99C8;
}
</style>
background-color css
<style>
a { background-color: #BC99C8; }
a { background-color: rgb(188,153,200); }
div.DivClassName
{
background-color: #BC99C8;
}
.BgClassName
{
background-color: #BC99C8;
}
</style>
border-color css
<style>
span { border-color: #BC99C8; }
span { border-color: rgb(188,153,200); }
td.TdClassName
{
border-color: #BC99C8;
}
.TagClassName
{
border-color: #BC99C8;
}
</style>