Shades of Wisteria #BC98D0
Tints of Wisteria #BC98D0
RGB
CMYK
RGB Variations
Color information
#BC98D0 (or 0xBC98D0) is known color: Wisteria. HEX triplet: BC, 98 and D0. RGB value is (188,152,208). Sum of RGB (Red+Green+Blue) = 188+152+208=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98D0 is #43672F. Grayscale: #A8A8A8. Windows color (decimal): -4417328 or 13670588. OLE color: 13670588.
HSL color Cylindrical-coordinate representation of color #BC98D0: hue angle of 278.57º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC98D0 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 152 | 208 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.18 |
| HSL | 278.57º | 0.37% | 0.71% | - |
| HSV(B) | 278.57º | 0.27% | 0.82% | - |
| XYZ | 43.35 | 37.7 | 64.67 | - |
| YUV | 169.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 208 | 0.10 | 0.27 | 0 | 0.18 | 278.57 | 0.37 | 0.71 |
| Hex | BC | 98 | D0 | A | 1B | 0 | 12 | 117 | 25 | 47 |
| Octal | 274 | 230 | 320 | 12 | 33 | 0 | 22 | 427 | 45 | 107 |
| Binary | 10111100 | 10011000 | 11010000 | 1010 | 11011 | 0 | 10010 | 100010111 | 100101 | 1000111 |
Color Harmonies of #BC98D0
Complementary color
Monochromatic Colors of #BC98D0
Black with #BC98D0
Text Example
Text Example
White with #BC98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98D0; }
p { color: rgb(188,152,208); }
H1.HeaderClassName
{
color: #BC98D0;
}
.AnyTagClassName
{
color: #BC98D0;
}
</style>
background-color css
<style>
a { background-color: #BC98D0; }
a { background-color: rgb(188,152,208); }
div.DivClassName
{
background-color: #BC98D0;
}
.BgClassName
{
background-color: #BC98D0;
}
</style>
border-color css
<style>
span { border-color: #BC98D0; }
span { border-color: rgb(188,152,208); }
td.TdClassName
{
border-color: #BC98D0;
}
.TagClassName
{
border-color: #BC98D0;
}
</style>