Shades of Wisteria #BA9BC9
Tints of Wisteria #BA9BC9
RGB
CMYK
RGB Variations
Color information
#BA9BC9 (or 0xBA9BC9) is known color: Wisteria. HEX triplet: BA, 9B and C9. RGB value is (186,155,201). Sum of RGB (Red+Green+Blue) = 186+155+201=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA9BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BC9 is #456436. Grayscale: #A9A9A9. Windows color (decimal): -4547639 or 13212602. OLE color: 13212602.
HSL color Cylindrical-coordinate representation of color #BA9BC9: hue angle of 280.43º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9BC9 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 155 | 201 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.21 |
| HSL | 280.43º | 0.3% | 0.7% | - |
| HSV(B) | 280.43º | 0.23% | 0.79% | - |
| XYZ | 42.51 | 38.1 | 60.37 | - |
| YUV | 169.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 201 | 0.07 | 0.23 | 0 | 0.21 | 280.43 | 0.3 | 0.7 |
| Hex | BA | 9B | C9 | 7 | 17 | 0 | 15 | 118 | 1E | 46 |
| Octal | 272 | 233 | 311 | 7 | 27 | 0 | 25 | 430 | 36 | 106 |
| Binary | 10111010 | 10011011 | 11001001 | 111 | 10111 | 0 | 10101 | 100011000 | 11110 | 1000110 |
Color Harmonies of #BA9BC9
Complementary color
Monochromatic Colors of #BA9BC9
Black with #BA9BC9
Text Example
Text Example
White with #BA9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BC9; }
p { color: rgb(186,155,201); }
H1.HeaderClassName
{
color: #BA9BC9;
}
.AnyTagClassName
{
color: #BA9BC9;
}
</style>
background-color css
<style>
a { background-color: #BA9BC9; }
a { background-color: rgb(186,155,201); }
div.DivClassName
{
background-color: #BA9BC9;
}
.BgClassName
{
background-color: #BA9BC9;
}
</style>
border-color css
<style>
span { border-color: #BA9BC9; }
span { border-color: rgb(186,155,201); }
td.TdClassName
{
border-color: #BA9BC9;
}
.TagClassName
{
border-color: #BA9BC9;
}
</style>