Shades of Wisteria #BA99CF
Tints of Wisteria #BA99CF
RGB
CMYK
RGB Variations
Color information
#BA99CF (or 0xBA99CF) is known color: Wisteria. HEX triplet: BA, 99 and CF. RGB value is (186,153,207). Sum of RGB (Red+Green+Blue) = 186+153+207=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99CF is #456630. Grayscale: #A8A8A8. Windows color (decimal): -4548145 or 13605306. OLE color: 13605306.
HSL color Cylindrical-coordinate representation of color #BA99CF: hue angle of 276.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA99CF is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 153 | 207 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.19 |
| HSL | 276.67º | 0.36% | 0.71% | - |
| HSV(B) | 276.67º | 0.26% | 0.81% | - |
| XYZ | 42.9 | 37.73 | 64.05 | - |
| YUV | 169.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 207 | 0.10 | 0.26 | 0 | 0.19 | 276.67 | 0.36 | 0.71 |
| Hex | BA | 99 | CF | A | 1A | 0 | 13 | 115 | 24 | 47 |
| Octal | 272 | 231 | 317 | 12 | 32 | 0 | 23 | 425 | 44 | 107 |
| Binary | 10111010 | 10011001 | 11001111 | 1010 | 11010 | 0 | 10011 | 100010101 | 100100 | 1000111 |
Color Harmonies of #BA99CF
Complementary color
Monochromatic Colors of #BA99CF
Black with #BA99CF
Text Example
Text Example
White with #BA99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99CF; }
p { color: rgb(186,153,207); }
H1.HeaderClassName
{
color: #BA99CF;
}
.AnyTagClassName
{
color: #BA99CF;
}
</style>
background-color css
<style>
a { background-color: #BA99CF; }
a { background-color: rgb(186,153,207); }
div.DivClassName
{
background-color: #BA99CF;
}
.BgClassName
{
background-color: #BA99CF;
}
</style>
border-color css
<style>
span { border-color: #BA99CF; }
span { border-color: rgb(186,153,207); }
td.TdClassName
{
border-color: #BA99CF;
}
.TagClassName
{
border-color: #BA99CF;
}
</style>