Shades of Wisteria #BA98D2
Tints of Wisteria #BA98D2
RGB
CMYK
RGB Variations
Color information
#BA98D2 (or 0xBA98D2) is known color: Wisteria. HEX triplet: BA, 98 and D2. RGB value is (186,152,210). Sum of RGB (Red+Green+Blue) = 186+152+210=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA98D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D2 is #45672D. Grayscale: #A8A8A8. Windows color (decimal): -4548398 or 13801658. OLE color: 13801658.
HSL color Cylindrical-coordinate representation of color #BA98D2: hue angle of 275.17º 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 #BA98D2 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 152 | 210 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.18 |
| HSL | 275.17º | 0.39% | 0.71% | - |
| HSV(B) | 275.17º | 0.28% | 0.82% | - |
| XYZ | 43.11 | 37.55 | 65.95 | - |
| YUV | 168.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 210 | 0.11 | 0.28 | 0 | 0.18 | 275.17 | 0.39 | 0.71 |
| Hex | BA | 98 | D2 | B | 1C | 0 | 12 | 113 | 27 | 47 |
| Octal | 272 | 230 | 322 | 13 | 34 | 0 | 22 | 423 | 47 | 107 |
| Binary | 10111010 | 10011000 | 11010010 | 1011 | 11100 | 0 | 10010 | 100010011 | 100111 | 1000111 |
Color Harmonies of #BA98D2
Complementary color
Monochromatic Colors of #BA98D2
Black with #BA98D2
Text Example
Text Example
White with #BA98D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98D2; }
p { color: rgb(186,152,210); }
H1.HeaderClassName
{
color: #BA98D2;
}
.AnyTagClassName
{
color: #BA98D2;
}
</style>
background-color css
<style>
a { background-color: #BA98D2; }
a { background-color: rgb(186,152,210); }
div.DivClassName
{
background-color: #BA98D2;
}
.BgClassName
{
background-color: #BA98D2;
}
</style>
border-color css
<style>
span { border-color: #BA98D2; }
span { border-color: rgb(186,152,210); }
td.TdClassName
{
border-color: #BA98D2;
}
.TagClassName
{
border-color: #BA98D2;
}
</style>