Shades of Wisteria #BA9CCB
Tints of Wisteria #BA9CCB
RGB
CMYK
RGB Variations
Color information
#BA9CCB (or 0xBA9CCB) is known color: Wisteria. HEX triplet: BA, 9C and CB. RGB value is (186,156,203). Sum of RGB (Red+Green+Blue) = 186+156+203=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CCB is #456334. Grayscale: #AAAAAA. Windows color (decimal): -4547381 or 13343930. OLE color: 13343930.
HSL color Cylindrical-coordinate representation of color #BA9CCB: hue angle of 278.3º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9CCB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 156 | 203 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.20 |
| HSL | 278.3º | 0.31% | 0.7% | - |
| HSV(B) | 278.3º | 0.23% | 0.8% | - |
| XYZ | 42.92 | 38.53 | 61.67 | - |
| YUV | 170.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 203 | 0.08 | 0.23 | 0 | 0.20 | 278.3 | 0.31 | 0.7 |
| Hex | BA | 9C | CB | 8 | 17 | 0 | 14 | 116 | 1F | 46 |
| Octal | 272 | 234 | 313 | 10 | 27 | 0 | 24 | 426 | 37 | 106 |
| Binary | 10111010 | 10011100 | 11001011 | 1000 | 10111 | 0 | 10100 | 100010110 | 11111 | 1000110 |
Color Harmonies of #BA9CCB
Complementary color
Monochromatic Colors of #BA9CCB
Black with #BA9CCB
Text Example
Text Example
White with #BA9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CCB; }
p { color: rgb(186,156,203); }
H1.HeaderClassName
{
color: #BA9CCB;
}
.AnyTagClassName
{
color: #BA9CCB;
}
</style>
background-color css
<style>
a { background-color: #BA9CCB; }
a { background-color: rgb(186,156,203); }
div.DivClassName
{
background-color: #BA9CCB;
}
.BgClassName
{
background-color: #BA9CCB;
}
</style>
border-color css
<style>
span { border-color: #BA9CCB; }
span { border-color: rgb(186,156,203); }
td.TdClassName
{
border-color: #BA9CCB;
}
.TagClassName
{
border-color: #BA9CCB;
}
</style>