Shades of Wisteria #BC99D6
Tints of Wisteria #BC99D6
RGB
CMYK
RGB Variations
Color information
#BC99D6 (or 0xBC99D6) is known color: Wisteria. HEX triplet: BC, 99 and D6. RGB value is (188,153,214). Sum of RGB (Red+Green+Blue) = 188+153+214=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99D6 is #436629. Grayscale: #AAAAAA. Windows color (decimal): -4417066 or 14064060. OLE color: 14064060.
HSL color Cylindrical-coordinate representation of color #BC99D6: hue angle of 274.43º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC99D6 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 153 | 214 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.16 |
| HSL | 274.43º | 0.43% | 0.72% | - |
| HSV(B) | 274.43º | 0.29% | 0.84% | - |
| XYZ | 44.27 | 38.33 | 68.68 | - |
| YUV | 170.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 214 | 0.12 | 0.29 | 0 | 0.16 | 274.43 | 0.43 | 0.72 |
| Hex | BC | 99 | D6 | C | 1D | 0 | 10 | 112 | 2B | 48 |
| Octal | 274 | 231 | 326 | 14 | 35 | 0 | 20 | 422 | 53 | 110 |
| Binary | 10111100 | 10011001 | 11010110 | 1100 | 11101 | 0 | 10000 | 100010010 | 101011 | 1001000 |
Color Harmonies of #BC99D6
Complementary color
Monochromatic Colors of #BC99D6
Black with #BC99D6
Text Example
Text Example
White with #BC99D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99D6; }
p { color: rgb(188,153,214); }
H1.HeaderClassName
{
color: #BC99D6;
}
.AnyTagClassName
{
color: #BC99D6;
}
</style>
background-color css
<style>
a { background-color: #BC99D6; }
a { background-color: rgb(188,153,214); }
div.DivClassName
{
background-color: #BC99D6;
}
.BgClassName
{
background-color: #BC99D6;
}
</style>
border-color css
<style>
span { border-color: #BC99D6; }
span { border-color: rgb(188,153,214); }
td.TdClassName
{
border-color: #BC99D6;
}
.TagClassName
{
border-color: #BC99D6;
}
</style>