Shades of Wisteria #BA9ACE
Tints of Wisteria #BA9ACE
RGB
CMYK
RGB Variations
Color information
#BA9ACE (or 0xBA9ACE) is known color: Wisteria. HEX triplet: BA, 9A and CE. RGB value is (186,154,206). Sum of RGB (Red+Green+Blue) = 186+154+206=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ACE is #456531. Grayscale: #A9A9A9. Windows color (decimal): -4547890 or 13540026. OLE color: 13540026.
HSL color Cylindrical-coordinate representation of color #BA9ACE: hue angle of 276.92º degrees, saturation: 0.35, 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 #BA9ACE is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 154 | 206 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.19 |
| HSL | 276.92º | 0.35% | 0.71% | - |
| HSV(B) | 276.92º | 0.25% | 0.81% | - |
| XYZ | 42.95 | 38.01 | 63.47 | - |
| YUV | 169.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 206 | 0.10 | 0.25 | 0 | 0.19 | 276.92 | 0.35 | 0.71 |
| Hex | BA | 9A | CE | A | 19 | 0 | 13 | 115 | 23 | 47 |
| Octal | 272 | 232 | 316 | 12 | 31 | 0 | 23 | 425 | 43 | 107 |
| Binary | 10111010 | 10011010 | 11001110 | 1010 | 11001 | 0 | 10011 | 100010101 | 100011 | 1000111 |
Color Harmonies of #BA9ACE
Complementary color
Monochromatic Colors of #BA9ACE
Black with #BA9ACE
Text Example
Text Example
White with #BA9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ACE; }
p { color: rgb(186,154,206); }
H1.HeaderClassName
{
color: #BA9ACE;
}
.AnyTagClassName
{
color: #BA9ACE;
}
</style>
background-color css
<style>
a { background-color: #BA9ACE; }
a { background-color: rgb(186,154,206); }
div.DivClassName
{
background-color: #BA9ACE;
}
.BgClassName
{
background-color: #BA9ACE;
}
</style>
border-color css
<style>
span { border-color: #BA9ACE; }
span { border-color: rgb(186,154,206); }
td.TdClassName
{
border-color: #BA9ACE;
}
.TagClassName
{
border-color: #BA9ACE;
}
</style>