Shades of Wisteria #BA9DC9
Tints of Wisteria #BA9DC9
RGB
CMYK
RGB Variations
Color information
#BA9DC9 (or 0xBA9DC9) is known color: Wisteria. HEX triplet: BA, 9D and C9. RGB value is (186,157,201). Sum of RGB (Red+Green+Blue) = 186+157+201=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA9DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DC9 is #456236. Grayscale: #AAAAAA. Windows color (decimal): -4547127 or 13213114. OLE color: 13213114.
HSL color Cylindrical-coordinate representation of color #BA9DC9: hue angle of 279.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9DC9 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 157 | 201 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.21 |
| HSL | 279.55º | 0.29% | 0.7% | - |
| HSV(B) | 279.55º | 0.22% | 0.79% | - |
| XYZ | 42.85 | 38.77 | 60.48 | - |
| YUV | 170.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 201 | 0.07 | 0.22 | 0 | 0.21 | 279.55 | 0.29 | 0.7 |
| Hex | BA | 9D | C9 | 7 | 16 | 0 | 15 | 118 | 1D | 46 |
| Octal | 272 | 235 | 311 | 7 | 26 | 0 | 25 | 430 | 35 | 106 |
| Binary | 10111010 | 10011101 | 11001001 | 111 | 10110 | 0 | 10101 | 100011000 | 11101 | 1000110 |
Color Harmonies of #BA9DC9
Complementary color
Monochromatic Colors of #BA9DC9
Black with #BA9DC9
Text Example
Text Example
White with #BA9DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DC9; }
p { color: rgb(186,157,201); }
H1.HeaderClassName
{
color: #BA9DC9;
}
.AnyTagClassName
{
color: #BA9DC9;
}
</style>
background-color css
<style>
a { background-color: #BA9DC9; }
a { background-color: rgb(186,157,201); }
div.DivClassName
{
background-color: #BA9DC9;
}
.BgClassName
{
background-color: #BA9DC9;
}
</style>
border-color css
<style>
span { border-color: #BA9DC9; }
span { border-color: rgb(186,157,201); }
td.TdClassName
{
border-color: #BA9DC9;
}
.TagClassName
{
border-color: #BA9DC9;
}
</style>