Shades of Wisteria #BA9DCC
Tints of Wisteria #BA9DCC
RGB
CMYK
RGB Variations
Color information
#BA9DCC (or 0xBA9DCC) is known color: Wisteria. HEX triplet: BA, 9D and CC. RGB value is (186,157,204). Sum of RGB (Red+Green+Blue) = 186+157+204=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DCC is #456233. Grayscale: #AAAAAA. Windows color (decimal): -4547124 or 13409722. OLE color: 13409722.
HSL color Cylindrical-coordinate representation of color #BA9DCC: hue angle of 277.02º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9DCC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 157 | 204 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.2 |
| HSL | 277.02º | 0.32% | 0.71% | - |
| HSV(B) | 277.02º | 0.23% | 0.8% | - |
| XYZ | 43.21 | 38.91 | 62.36 | - |
| YUV | 171.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 204 | 0.09 | 0.23 | 0 | 0.2 | 277.02 | 0.32 | 0.71 |
| Hex | BA | 9D | CC | 9 | 17 | 0 | 14 | 115 | 20 | 47 |
| Octal | 272 | 235 | 314 | 11 | 27 | 0 | 24 | 425 | 40 | 107 |
| Binary | 10111010 | 10011101 | 11001100 | 1001 | 10111 | 0 | 10100 | 100010101 | 100000 | 1000111 |
Color Harmonies of #BA9DCC
Complementary color
Monochromatic Colors of #BA9DCC
Black with #BA9DCC
Text Example
Text Example
White with #BA9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DCC; }
p { color: rgb(186,157,204); }
H1.HeaderClassName
{
color: #BA9DCC;
}
.AnyTagClassName
{
color: #BA9DCC;
}
</style>
background-color css
<style>
a { background-color: #BA9DCC; }
a { background-color: rgb(186,157,204); }
div.DivClassName
{
background-color: #BA9DCC;
}
.BgClassName
{
background-color: #BA9DCC;
}
</style>
border-color css
<style>
span { border-color: #BA9DCC; }
span { border-color: rgb(186,157,204); }
td.TdClassName
{
border-color: #BA9DCC;
}
.TagClassName
{
border-color: #BA9DCC;
}
</style>