Shades of Wisteria #BA98CA
Tints of Wisteria #BA98CA
RGB
CMYK
RGB Variations
Color information
#BA98CA (or 0xBA98CA) is known color: Wisteria. HEX triplet: BA, 98 and CA. RGB value is (186,152,202). Sum of RGB (Red+Green+Blue) = 186+152+202=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98CA is #456735. Grayscale: #A7A7A7. Windows color (decimal): -4548406 or 13277370. OLE color: 13277370.
HSL color Cylindrical-coordinate representation of color #BA98CA: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA98CA is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 152 | 202 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.21 |
| HSL | 280.8º | 0.32% | 0.69% | - |
| HSV(B) | 280.8º | 0.25% | 0.79% | - |
| XYZ | 42.14 | 37.16 | 60.83 | - |
| YUV | 167.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 202 | 0.08 | 0.25 | 0 | 0.21 | 280.8 | 0.32 | 0.69 |
| Hex | BA | 98 | CA | 8 | 19 | 0 | 15 | 119 | 20 | 45 |
| Octal | 272 | 230 | 312 | 10 | 31 | 0 | 25 | 431 | 40 | 105 |
| Binary | 10111010 | 10011000 | 11001010 | 1000 | 11001 | 0 | 10101 | 100011001 | 100000 | 1000101 |
Color Harmonies of #BA98CA
Complementary color
Monochromatic Colors of #BA98CA
Black with #BA98CA
Text Example
Text Example
White with #BA98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98CA; }
p { color: rgb(186,152,202); }
H1.HeaderClassName
{
color: #BA98CA;
}
.AnyTagClassName
{
color: #BA98CA;
}
</style>
background-color css
<style>
a { background-color: #BA98CA; }
a { background-color: rgb(186,152,202); }
div.DivClassName
{
background-color: #BA98CA;
}
.BgClassName
{
background-color: #BA98CA;
}
</style>
border-color css
<style>
span { border-color: #BA98CA; }
span { border-color: rgb(186,152,202); }
td.TdClassName
{
border-color: #BA98CA;
}
.TagClassName
{
border-color: #BA98CA;
}
</style>