Shades of Wisteria #BA9BCA
Tints of Wisteria #BA9BCA
RGB
CMYK
RGB Variations
Color information
#BA9BCA (or 0xBA9BCA) is known color: Wisteria. HEX triplet: BA, 9B and CA. RGB value is (186,155,202). Sum of RGB (Red+Green+Blue) = 186+155+202=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA9BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BCA is #456435. Grayscale: #A9A9A9. Windows color (decimal): -4547638 or 13278138. OLE color: 13278138.
HSL color Cylindrical-coordinate representation of color #BA9BCA: hue angle of 279.57º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9BCA is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 155 | 202 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.21 |
| HSL | 279.57º | 0.31% | 0.7% | - |
| HSV(B) | 279.57º | 0.23% | 0.79% | - |
| XYZ | 42.63 | 38.15 | 60.99 | - |
| YUV | 169.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 202 | 0.08 | 0.23 | 0 | 0.21 | 279.57 | 0.31 | 0.7 |
| Hex | BA | 9B | CA | 8 | 17 | 0 | 15 | 118 | 1F | 46 |
| Octal | 272 | 233 | 312 | 10 | 27 | 0 | 25 | 430 | 37 | 106 |
| Binary | 10111010 | 10011011 | 11001010 | 1000 | 10111 | 0 | 10101 | 100011000 | 11111 | 1000110 |
Color Harmonies of #BA9BCA
Complementary color
Monochromatic Colors of #BA9BCA
Black with #BA9BCA
Text Example
Text Example
White with #BA9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BCA; }
p { color: rgb(186,155,202); }
H1.HeaderClassName
{
color: #BA9BCA;
}
.AnyTagClassName
{
color: #BA9BCA;
}
</style>
background-color css
<style>
a { background-color: #BA9BCA; }
a { background-color: rgb(186,155,202); }
div.DivClassName
{
background-color: #BA9BCA;
}
.BgClassName
{
background-color: #BA9BCA;
}
</style>
border-color css
<style>
span { border-color: #BA9BCA; }
span { border-color: rgb(186,155,202); }
td.TdClassName
{
border-color: #BA9BCA;
}
.TagClassName
{
border-color: #BA9BCA;
}
</style>