Shades of Wisteria #BC98D2
Tints of Wisteria #BC98D2
RGB
CMYK
RGB Variations
Color information
#BC98D2 (or 0xBC98D2) is known color: Wisteria. HEX triplet: BC, 98 and D2. RGB value is (188,152,210). Sum of RGB (Red+Green+Blue) = 188+152+210=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC98D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98D2 is #43672D. Grayscale: #A9A9A9. Windows color (decimal): -4417326 or 13801660. OLE color: 13801660.
HSL color Cylindrical-coordinate representation of color #BC98D2: hue angle of 277.24º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC98D2 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 152 | 210 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.18 |
| HSL | 277.24º | 0.39% | 0.71% | - |
| HSV(B) | 277.24º | 0.28% | 0.82% | - |
| XYZ | 43.6 | 37.8 | 65.97 | - |
| YUV | 169.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 210 | 0.10 | 0.28 | 0 | 0.18 | 277.24 | 0.39 | 0.71 |
| Hex | BC | 98 | D2 | A | 1C | 0 | 12 | 115 | 27 | 47 |
| Octal | 274 | 230 | 322 | 12 | 34 | 0 | 22 | 425 | 47 | 107 |
| Binary | 10111100 | 10011000 | 11010010 | 1010 | 11100 | 0 | 10010 | 100010101 | 100111 | 1000111 |
Color Harmonies of #BC98D2
Complementary color
Monochromatic Colors of #BC98D2
Black with #BC98D2
Text Example
Text Example
White with #BC98D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98D2; }
p { color: rgb(188,152,210); }
H1.HeaderClassName
{
color: #BC98D2;
}
.AnyTagClassName
{
color: #BC98D2;
}
</style>
background-color css
<style>
a { background-color: #BC98D2; }
a { background-color: rgb(188,152,210); }
div.DivClassName
{
background-color: #BC98D2;
}
.BgClassName
{
background-color: #BC98D2;
}
</style>
border-color css
<style>
span { border-color: #BC98D2; }
span { border-color: rgb(188,152,210); }
td.TdClassName
{
border-color: #BC98D2;
}
.TagClassName
{
border-color: #BC98D2;
}
</style>