Shades of Wisteria #BA9BCD
Tints of Wisteria #BA9BCD
RGB
CMYK
RGB Variations
Color information
#BA9BCD (or 0xBA9BCD) is known color: Wisteria. HEX triplet: BA, 9B and CD. RGB value is (186,155,205). Sum of RGB (Red+Green+Blue) = 186+155+205=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BCD is #456432. Grayscale: #A9A9A9. Windows color (decimal): -4547635 or 13474746. OLE color: 13474746.
HSL color Cylindrical-coordinate representation of color #BA9BCD: hue angle of 277.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA9BCD is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 155 | 205 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.20 |
| HSL | 277.2º | 0.33% | 0.71% | - |
| HSV(B) | 277.2º | 0.24% | 0.8% | - |
| XYZ | 42.99 | 38.29 | 62.88 | - |
| YUV | 169.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 205 | 0.09 | 0.24 | 0 | 0.20 | 277.2 | 0.33 | 0.71 |
| Hex | BA | 9B | CD | 9 | 18 | 0 | 14 | 115 | 21 | 47 |
| Octal | 272 | 233 | 315 | 11 | 30 | 0 | 24 | 425 | 41 | 107 |
| Binary | 10111010 | 10011011 | 11001101 | 1001 | 11000 | 0 | 10100 | 100010101 | 100001 | 1000111 |
Color Harmonies of #BA9BCD
Complementary color
Monochromatic Colors of #BA9BCD
Black with #BA9BCD
Text Example
Text Example
White with #BA9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BCD; }
p { color: rgb(186,155,205); }
H1.HeaderClassName
{
color: #BA9BCD;
}
.AnyTagClassName
{
color: #BA9BCD;
}
</style>
background-color css
<style>
a { background-color: #BA9BCD; }
a { background-color: rgb(186,155,205); }
div.DivClassName
{
background-color: #BA9BCD;
}
.BgClassName
{
background-color: #BA9BCD;
}
</style>
border-color css
<style>
span { border-color: #BA9BCD; }
span { border-color: rgb(186,155,205); }
td.TdClassName
{
border-color: #BA9BCD;
}
.TagClassName
{
border-color: #BA9BCD;
}
</style>