Shades of Wisteria #BA99D0
Tints of Wisteria #BA99D0
RGB
CMYK
RGB Variations
Color information
#BA99D0 (or 0xBA99D0) is known color: Wisteria. HEX triplet: BA, 99 and D0. RGB value is (186,153,208). Sum of RGB (Red+Green+Blue) = 186+153+208=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99D0 is #45662F. Grayscale: #A8A8A8. Windows color (decimal): -4548144 or 13670842. OLE color: 13670842.
HSL color Cylindrical-coordinate representation of color #BA99D0: hue angle of 276º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA99D0 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 153 | 208 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.18 |
| HSL | 276º | 0.37% | 0.71% | - |
| HSV(B) | 276º | 0.26% | 0.82% | - |
| XYZ | 43.03 | 37.78 | 64.7 | - |
| YUV | 169.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 208 | 0.11 | 0.26 | 0 | 0.18 | 276 | 0.37 | 0.71 |
| Hex | BA | 99 | D0 | B | 1A | 0 | 12 | 114 | 25 | 47 |
| Octal | 272 | 231 | 320 | 13 | 32 | 0 | 22 | 424 | 45 | 107 |
| Binary | 10111010 | 10011001 | 11010000 | 1011 | 11010 | 0 | 10010 | 100010100 | 100101 | 1000111 |
Color Harmonies of #BA99D0
Complementary color
Monochromatic Colors of #BA99D0
Black with #BA99D0
Text Example
Text Example
White with #BA99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99D0; }
p { color: rgb(186,153,208); }
H1.HeaderClassName
{
color: #BA99D0;
}
.AnyTagClassName
{
color: #BA99D0;
}
</style>
background-color css
<style>
a { background-color: #BA99D0; }
a { background-color: rgb(186,153,208); }
div.DivClassName
{
background-color: #BA99D0;
}
.BgClassName
{
background-color: #BA99D0;
}
</style>
border-color css
<style>
span { border-color: #BA99D0; }
span { border-color: rgb(186,153,208); }
td.TdClassName
{
border-color: #BA99D0;
}
.TagClassName
{
border-color: #BA99D0;
}
</style>