Shades of Wisteria #BA9BCC
Tints of Wisteria #BA9BCC
RGB
CMYK
RGB Variations
Color information
#BA9BCC (or 0xBA9BCC) is known color: Wisteria. HEX triplet: BA, 9B and CC. RGB value is (186,155,204). Sum of RGB (Red+Green+Blue) = 186+155+204=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BCC is #456433. Grayscale: #A9A9A9. Windows color (decimal): -4547636 or 13409210. OLE color: 13409210.
HSL color Cylindrical-coordinate representation of color #BA9BCC: hue angle of 277.96º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA9BCC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 155 | 204 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.2 |
| HSL | 277.96º | 0.32% | 0.7% | - |
| HSV(B) | 277.96º | 0.24% | 0.8% | - |
| XYZ | 42.87 | 38.24 | 62.25 | - |
| YUV | 169.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 204 | 0.09 | 0.24 | 0 | 0.2 | 277.96 | 0.32 | 0.7 |
| Hex | BA | 9B | CC | 9 | 18 | 0 | 14 | 116 | 20 | 46 |
| Octal | 272 | 233 | 314 | 11 | 30 | 0 | 24 | 426 | 40 | 106 |
| Binary | 10111010 | 10011011 | 11001100 | 1001 | 11000 | 0 | 10100 | 100010110 | 100000 | 1000110 |
Color Harmonies of #BA9BCC
Complementary color
Monochromatic Colors of #BA9BCC
Black with #BA9BCC
Text Example
Text Example
White with #BA9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BCC; }
p { color: rgb(186,155,204); }
H1.HeaderClassName
{
color: #BA9BCC;
}
.AnyTagClassName
{
color: #BA9BCC;
}
</style>
background-color css
<style>
a { background-color: #BA9BCC; }
a { background-color: rgb(186,155,204); }
div.DivClassName
{
background-color: #BA9BCC;
}
.BgClassName
{
background-color: #BA9BCC;
}
</style>
border-color css
<style>
span { border-color: #BA9BCC; }
span { border-color: rgb(186,155,204); }
td.TdClassName
{
border-color: #BA9BCC;
}
.TagClassName
{
border-color: #BA9BCC;
}
</style>