Shades of Wisteria #BC99CC
Tints of Wisteria #BC99CC
RGB
CMYK
RGB Variations
Color information
#BC99CC (or 0xBC99CC) is known color: Wisteria. HEX triplet: BC, 99 and CC. RGB value is (188,153,204). Sum of RGB (Red+Green+Blue) = 188+153+204=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99CC is #436633. Grayscale: #A9A9A9. Windows color (decimal): -4417076 or 13408700. OLE color: 13408700.
HSL color Cylindrical-coordinate representation of color #BC99CC: hue angle of 281.18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC99CC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 153 | 204 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.2 |
| HSL | 281.18º | 0.33% | 0.7% | - |
| HSV(B) | 281.18º | 0.25% | 0.8% | - |
| XYZ | 43.03 | 37.83 | 62.16 | - |
| YUV | 169.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 204 | 0.08 | 0.25 | 0 | 0.2 | 281.18 | 0.33 | 0.7 |
| Hex | BC | 99 | CC | 8 | 19 | 0 | 14 | 119 | 21 | 46 |
| Octal | 274 | 231 | 314 | 10 | 31 | 0 | 24 | 431 | 41 | 106 |
| Binary | 10111100 | 10011001 | 11001100 | 1000 | 11001 | 0 | 10100 | 100011001 | 100001 | 1000110 |
Color Harmonies of #BC99CC
Complementary color
Monochromatic Colors of #BC99CC
Black with #BC99CC
Text Example
Text Example
White with #BC99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99CC; }
p { color: rgb(188,153,204); }
H1.HeaderClassName
{
color: #BC99CC;
}
.AnyTagClassName
{
color: #BC99CC;
}
</style>
background-color css
<style>
a { background-color: #BC99CC; }
a { background-color: rgb(188,153,204); }
div.DivClassName
{
background-color: #BC99CC;
}
.BgClassName
{
background-color: #BC99CC;
}
</style>
border-color css
<style>
span { border-color: #BC99CC; }
span { border-color: rgb(188,153,204); }
td.TdClassName
{
border-color: #BC99CC;
}
.TagClassName
{
border-color: #BC99CC;
}
</style>