Shades of Wisteria #BA9BCB
Tints of Wisteria #BA9BCB
RGB
CMYK
RGB Variations
Color information
#BA9BCB (or 0xBA9BCB) is known color: Wisteria. HEX triplet: BA, 9B and CB. RGB value is (186,155,203). Sum of RGB (Red+Green+Blue) = 186+155+203=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BCB is #456434. Grayscale: #A9A9A9. Windows color (decimal): -4547637 or 13343674. OLE color: 13343674.
HSL color Cylindrical-coordinate representation of color #BA9BCB: hue angle of 278.75º 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 #BA9BCB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 155 | 203 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.20 |
| HSL | 278.75º | 0.32% | 0.7% | - |
| HSV(B) | 278.75º | 0.24% | 0.8% | - |
| XYZ | 42.75 | 38.19 | 61.62 | - |
| YUV | 169.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 203 | 0.08 | 0.24 | 0 | 0.20 | 278.75 | 0.32 | 0.7 |
| Hex | BA | 9B | CB | 8 | 18 | 0 | 14 | 117 | 20 | 46 |
| Octal | 272 | 233 | 313 | 10 | 30 | 0 | 24 | 427 | 40 | 106 |
| Binary | 10111010 | 10011011 | 11001011 | 1000 | 11000 | 0 | 10100 | 100010111 | 100000 | 1000110 |
Color Harmonies of #BA9BCB
Complementary color
Monochromatic Colors of #BA9BCB
Black with #BA9BCB
Text Example
Text Example
White with #BA9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BCB; }
p { color: rgb(186,155,203); }
H1.HeaderClassName
{
color: #BA9BCB;
}
.AnyTagClassName
{
color: #BA9BCB;
}
</style>
background-color css
<style>
a { background-color: #BA9BCB; }
a { background-color: rgb(186,155,203); }
div.DivClassName
{
background-color: #BA9BCB;
}
.BgClassName
{
background-color: #BA9BCB;
}
</style>
border-color css
<style>
span { border-color: #BA9BCB; }
span { border-color: rgb(186,155,203); }
td.TdClassName
{
border-color: #BA9BCB;
}
.TagClassName
{
border-color: #BA9BCB;
}
</style>