Shades of Wisteria #BA99CD
Tints of Wisteria #BA99CD
RGB
CMYK
RGB Variations
Color information
#BA99CD (or 0xBA99CD) is known color: Wisteria. HEX triplet: BA, 99 and CD. RGB value is (186,153,205). Sum of RGB (Red+Green+Blue) = 186+153+205=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA99CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99CD is #456632. Grayscale: #A8A8A8. Windows color (decimal): -4548147 or 13474234. OLE color: 13474234.
HSL color Cylindrical-coordinate representation of color #BA99CD: hue angle of 278.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA99CD is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 153 | 205 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.20 |
| HSL | 278.08º | 0.34% | 0.7% | - |
| HSV(B) | 278.08º | 0.25% | 0.8% | - |
| XYZ | 42.66 | 37.63 | 62.77 | - |
| YUV | 168.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 205 | 0.09 | 0.25 | 0 | 0.20 | 278.08 | 0.34 | 0.7 |
| Hex | BA | 99 | CD | 9 | 19 | 0 | 14 | 116 | 22 | 46 |
| Octal | 272 | 231 | 315 | 11 | 31 | 0 | 24 | 426 | 42 | 106 |
| Binary | 10111010 | 10011001 | 11001101 | 1001 | 11001 | 0 | 10100 | 100010110 | 100010 | 1000110 |
Color Harmonies of #BA99CD
Complementary color
Monochromatic Colors of #BA99CD
Black with #BA99CD
Text Example
Text Example
White with #BA99CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99CD; }
p { color: rgb(186,153,205); }
H1.HeaderClassName
{
color: #BA99CD;
}
.AnyTagClassName
{
color: #BA99CD;
}
</style>
background-color css
<style>
a { background-color: #BA99CD; }
a { background-color: rgb(186,153,205); }
div.DivClassName
{
background-color: #BA99CD;
}
.BgClassName
{
background-color: #BA99CD;
}
</style>
border-color css
<style>
span { border-color: #BA99CD; }
span { border-color: rgb(186,153,205); }
td.TdClassName
{
border-color: #BA99CD;
}
.TagClassName
{
border-color: #BA99CD;
}
</style>