Shades of Wisteria #BA96D0
Tints of Wisteria #BA96D0
RGB
CMYK
RGB Variations
Color information
#BA96D0 (or 0xBA96D0) is known color: Wisteria. HEX triplet: BA, 96 and D0. RGB value is (186,150,208). Sum of RGB (Red+Green+Blue) = 186+150+208=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D0 is #45692F. Grayscale: #A7A7A7. Windows color (decimal): -4548912 or 13670074. OLE color: 13670074.
HSL color Cylindrical-coordinate representation of color #BA96D0: hue angle of 277.24º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA96D0 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 150 | 208 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.18 |
| HSL | 277.24º | 0.38% | 0.7% | - |
| HSV(B) | 277.24º | 0.28% | 0.82% | - |
| XYZ | 42.54 | 36.81 | 64.54 | - |
| YUV | 167.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 208 | 0.11 | 0.28 | 0 | 0.18 | 277.24 | 0.38 | 0.7 |
| Hex | BA | 96 | D0 | B | 1C | 0 | 12 | 115 | 26 | 46 |
| Octal | 272 | 226 | 320 | 13 | 34 | 0 | 22 | 425 | 46 | 106 |
| Binary | 10111010 | 10010110 | 11010000 | 1011 | 11100 | 0 | 10010 | 100010101 | 100110 | 1000110 |
Color Harmonies of #BA96D0
Complementary color
Monochromatic Colors of #BA96D0
Black with #BA96D0
Text Example
Text Example
White with #BA96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96D0; }
p { color: rgb(186,150,208); }
H1.HeaderClassName
{
color: #BA96D0;
}
.AnyTagClassName
{
color: #BA96D0;
}
</style>
background-color css
<style>
a { background-color: #BA96D0; }
a { background-color: rgb(186,150,208); }
div.DivClassName
{
background-color: #BA96D0;
}
.BgClassName
{
background-color: #BA96D0;
}
</style>
border-color css
<style>
span { border-color: #BA96D0; }
span { border-color: rgb(186,150,208); }
td.TdClassName
{
border-color: #BA96D0;
}
.TagClassName
{
border-color: #BA96D0;
}
</style>