Shades of Wisteria #BA98CC
Tints of Wisteria #BA98CC
RGB
CMYK
RGB Variations
Color information
#BA98CC (or 0xBA98CC) is known color: Wisteria. HEX triplet: BA, 98 and CC. RGB value is (186,152,204). Sum of RGB (Red+Green+Blue) = 186+152+204=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98CC is #456733. Grayscale: #A7A7A7. Windows color (decimal): -4548404 or 13408442. OLE color: 13408442.
HSL color Cylindrical-coordinate representation of color #BA98CC: hue angle of 279.23º 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 #BA98CC is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 152 | 204 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.2 |
| HSL | 279.23º | 0.34% | 0.7% | - |
| HSV(B) | 279.23º | 0.25% | 0.8% | - |
| XYZ | 42.38 | 37.26 | 62.08 | - |
| YUV | 168.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 204 | 0.09 | 0.25 | 0 | 0.2 | 279.23 | 0.34 | 0.7 |
| Hex | BA | 98 | CC | 9 | 19 | 0 | 14 | 117 | 22 | 46 |
| Octal | 272 | 230 | 314 | 11 | 31 | 0 | 24 | 427 | 42 | 106 |
| Binary | 10111010 | 10011000 | 11001100 | 1001 | 11001 | 0 | 10100 | 100010111 | 100010 | 1000110 |
Color Harmonies of #BA98CC
Complementary color
Monochromatic Colors of #BA98CC
Black with #BA98CC
Text Example
Text Example
White with #BA98CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98CC; }
p { color: rgb(186,152,204); }
H1.HeaderClassName
{
color: #BA98CC;
}
.AnyTagClassName
{
color: #BA98CC;
}
</style>
background-color css
<style>
a { background-color: #BA98CC; }
a { background-color: rgb(186,152,204); }
div.DivClassName
{
background-color: #BA98CC;
}
.BgClassName
{
background-color: #BA98CC;
}
</style>
border-color css
<style>
span { border-color: #BA98CC; }
span { border-color: rgb(186,152,204); }
td.TdClassName
{
border-color: #BA98CC;
}
.TagClassName
{
border-color: #BA98CC;
}
</style>