Shades of Wisteria #BA9BCE
Tints of Wisteria #BA9BCE
RGB
CMYK
RGB Variations
Color information
#BA9BCE (or 0xBA9BCE) is known color: Wisteria. HEX triplet: BA, 9B and CE. RGB value is (186,155,206). Sum of RGB (Red+Green+Blue) = 186+155+206=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA9BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BCE is #456431. Grayscale: #A9A9A9. Windows color (decimal): -4547634 or 13540282. OLE color: 13540282.
HSL color Cylindrical-coordinate representation of color #BA9BCE: hue angle of 276.47º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA9BCE is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 155 | 206 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.19 |
| HSL | 276.47º | 0.34% | 0.71% | - |
| HSV(B) | 276.47º | 0.25% | 0.81% | - |
| XYZ | 43.11 | 38.34 | 63.52 | - |
| YUV | 170.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 206 | 0.10 | 0.25 | 0 | 0.19 | 276.47 | 0.34 | 0.71 |
| Hex | BA | 9B | CE | A | 19 | 0 | 13 | 114 | 22 | 47 |
| Octal | 272 | 233 | 316 | 12 | 31 | 0 | 23 | 424 | 42 | 107 |
| Binary | 10111010 | 10011011 | 11001110 | 1010 | 11001 | 0 | 10011 | 100010100 | 100010 | 1000111 |
Color Harmonies of #BA9BCE
Complementary color
Monochromatic Colors of #BA9BCE
Black with #BA9BCE
Text Example
Text Example
White with #BA9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BCE; }
p { color: rgb(186,155,206); }
H1.HeaderClassName
{
color: #BA9BCE;
}
.AnyTagClassName
{
color: #BA9BCE;
}
</style>
background-color css
<style>
a { background-color: #BA9BCE; }
a { background-color: rgb(186,155,206); }
div.DivClassName
{
background-color: #BA9BCE;
}
.BgClassName
{
background-color: #BA9BCE;
}
</style>
border-color css
<style>
span { border-color: #BA9BCE; }
span { border-color: rgb(186,155,206); }
td.TdClassName
{
border-color: #BA9BCE;
}
.TagClassName
{
border-color: #BA9BCE;
}
</style>