Shades of Wisteria #BA9EC9
Tints of Wisteria #BA9EC9
RGB
CMYK
RGB Variations
Color information
#BA9EC9 (or 0xBA9EC9) is known color: Wisteria. HEX triplet: BA, 9E and C9. RGB value is (186,158,201). Sum of RGB (Red+Green+Blue) = 186+158+201=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA9EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EC9 is #456136. Grayscale: #ABABAB. Windows color (decimal): -4546871 or 13213370. OLE color: 13213370.
HSL color Cylindrical-coordinate representation of color #BA9EC9: hue angle of 279.07º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9EC9 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 158 | 201 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.21 |
| HSL | 279.07º | 0.28% | 0.7% | - |
| HSV(B) | 279.07º | 0.21% | 0.79% | - |
| XYZ | 43.02 | 39.11 | 60.54 | - |
| YUV | 171.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 201 | 0.07 | 0.21 | 0 | 0.21 | 279.07 | 0.28 | 0.7 |
| Hex | BA | 9E | C9 | 7 | 15 | 0 | 15 | 117 | 1C | 46 |
| Octal | 272 | 236 | 311 | 7 | 25 | 0 | 25 | 427 | 34 | 106 |
| Binary | 10111010 | 10011110 | 11001001 | 111 | 10101 | 0 | 10101 | 100010111 | 11100 | 1000110 |
Color Harmonies of #BA9EC9
Complementary color
Monochromatic Colors of #BA9EC9
Black with #BA9EC9
Text Example
Text Example
White with #BA9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EC9; }
p { color: rgb(186,158,201); }
H1.HeaderClassName
{
color: #BA9EC9;
}
.AnyTagClassName
{
color: #BA9EC9;
}
</style>
background-color css
<style>
a { background-color: #BA9EC9; }
a { background-color: rgb(186,158,201); }
div.DivClassName
{
background-color: #BA9EC9;
}
.BgClassName
{
background-color: #BA9EC9;
}
</style>
border-color css
<style>
span { border-color: #BA9EC9; }
span { border-color: rgb(186,158,201); }
td.TdClassName
{
border-color: #BA9EC9;
}
.TagClassName
{
border-color: #BA9EC9;
}
</style>