Shades of Wisteria #BC99D3
Tints of Wisteria #BC99D3
RGB
CMYK
RGB Variations
Color information
#BC99D3 (or 0xBC99D3) is known color: Wisteria. HEX triplet: BC, 99 and D3. RGB value is (188,153,211). Sum of RGB (Red+Green+Blue) = 188+153+211=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99D3 is #43662C. Grayscale: #A9A9A9. Windows color (decimal): -4417069 or 13867452. OLE color: 13867452.
HSL color Cylindrical-coordinate representation of color #BC99D3: hue angle of 276.21º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC99D3 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 153 | 211 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.17 |
| HSL | 276.21º | 0.4% | 0.71% | - |
| HSV(B) | 276.21º | 0.27% | 0.83% | - |
| XYZ | 43.89 | 38.18 | 66.68 | - |
| YUV | 170.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 211 | 0.11 | 0.27 | 0 | 0.17 | 276.21 | 0.4 | 0.71 |
| Hex | BC | 99 | D3 | B | 1B | 0 | 11 | 114 | 28 | 47 |
| Octal | 274 | 231 | 323 | 13 | 33 | 0 | 21 | 424 | 50 | 107 |
| Binary | 10111100 | 10011001 | 11010011 | 1011 | 11011 | 0 | 10001 | 100010100 | 101000 | 1000111 |
Color Harmonies of #BC99D3
Complementary color
Monochromatic Colors of #BC99D3
Black with #BC99D3
Text Example
Text Example
White with #BC99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99D3; }
p { color: rgb(188,153,211); }
H1.HeaderClassName
{
color: #BC99D3;
}
.AnyTagClassName
{
color: #BC99D3;
}
</style>
background-color css
<style>
a { background-color: #BC99D3; }
a { background-color: rgb(188,153,211); }
div.DivClassName
{
background-color: #BC99D3;
}
.BgClassName
{
background-color: #BC99D3;
}
</style>
border-color css
<style>
span { border-color: #BC99D3; }
span { border-color: rgb(188,153,211); }
td.TdClassName
{
border-color: #BC99D3;
}
.TagClassName
{
border-color: #BC99D3;
}
</style>