Shades of Wisteria #BA9CCD
Tints of Wisteria #BA9CCD
RGB
CMYK
RGB Variations
Color information
#BA9CCD (or 0xBA9CCD) is known color: Wisteria. HEX triplet: BA, 9C and CD. RGB value is (186,156,205). Sum of RGB (Red+Green+Blue) = 186+156+205=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CCD is #456332. Grayscale: #AAAAAA. Windows color (decimal): -4547379 or 13475002. OLE color: 13475002.
HSL color Cylindrical-coordinate representation of color #BA9CCD: hue angle of 276.73º 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 #BA9CCD is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 156 | 205 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.20 |
| HSL | 276.73º | 0.33% | 0.71% | - |
| HSV(B) | 276.73º | 0.24% | 0.8% | - |
| XYZ | 43.16 | 38.62 | 62.94 | - |
| YUV | 170.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 205 | 0.09 | 0.24 | 0 | 0.20 | 276.73 | 0.33 | 0.71 |
| Hex | BA | 9C | CD | 9 | 18 | 0 | 14 | 115 | 21 | 47 |
| Octal | 272 | 234 | 315 | 11 | 30 | 0 | 24 | 425 | 41 | 107 |
| Binary | 10111010 | 10011100 | 11001101 | 1001 | 11000 | 0 | 10100 | 100010101 | 100001 | 1000111 |
Color Harmonies of #BA9CCD
Complementary color
Monochromatic Colors of #BA9CCD
Black with #BA9CCD
Text Example
Text Example
White with #BA9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CCD; }
p { color: rgb(186,156,205); }
H1.HeaderClassName
{
color: #BA9CCD;
}
.AnyTagClassName
{
color: #BA9CCD;
}
</style>
background-color css
<style>
a { background-color: #BA9CCD; }
a { background-color: rgb(186,156,205); }
div.DivClassName
{
background-color: #BA9CCD;
}
.BgClassName
{
background-color: #BA9CCD;
}
</style>
border-color css
<style>
span { border-color: #BA9CCD; }
span { border-color: rgb(186,156,205); }
td.TdClassName
{
border-color: #BA9CCD;
}
.TagClassName
{
border-color: #BA9CCD;
}
</style>