Shades of Wisteria #BA9CCC
Tints of Wisteria #BA9CCC
RGB
CMYK
RGB Variations
Color information
#BA9CCC (or 0xBA9CCC) is known color: Wisteria. HEX triplet: BA, 9C and CC. RGB value is (186,156,204). Sum of RGB (Red+Green+Blue) = 186+156+204=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CCC is #456333. Grayscale: #AAAAAA. Windows color (decimal): -4547380 or 13409466. OLE color: 13409466.
HSL color Cylindrical-coordinate representation of color #BA9CCC: hue angle of 277.5º degrees, saturation: 0.32, 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 #BA9CCC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 156 | 204 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.2 |
| HSL | 277.5º | 0.32% | 0.71% | - |
| HSV(B) | 277.5º | 0.24% | 0.8% | - |
| XYZ | 43.04 | 38.58 | 62.3 | - |
| YUV | 170.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 204 | 0.09 | 0.24 | 0 | 0.2 | 277.5 | 0.32 | 0.71 |
| Hex | BA | 9C | CC | 9 | 18 | 0 | 14 | 116 | 20 | 47 |
| Octal | 272 | 234 | 314 | 11 | 30 | 0 | 24 | 426 | 40 | 107 |
| Binary | 10111010 | 10011100 | 11001100 | 1001 | 11000 | 0 | 10100 | 100010110 | 100000 | 1000111 |
Color Harmonies of #BA9CCC
Complementary color
Monochromatic Colors of #BA9CCC
Black with #BA9CCC
Text Example
Text Example
White with #BA9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CCC; }
p { color: rgb(186,156,204); }
H1.HeaderClassName
{
color: #BA9CCC;
}
.AnyTagClassName
{
color: #BA9CCC;
}
</style>
background-color css
<style>
a { background-color: #BA9CCC; }
a { background-color: rgb(186,156,204); }
div.DivClassName
{
background-color: #BA9CCC;
}
.BgClassName
{
background-color: #BA9CCC;
}
</style>
border-color css
<style>
span { border-color: #BA9CCC; }
span { border-color: rgb(186,156,204); }
td.TdClassName
{
border-color: #BA9CCC;
}
.TagClassName
{
border-color: #BA9CCC;
}
</style>