Shades of Wisteria #BA99CB
Tints of Wisteria #BA99CB
RGB
CMYK
RGB Variations
Color information
#BA99CB (or 0xBA99CB) is known color: Wisteria. HEX triplet: BA, 99 and CB. RGB value is (186,153,203). Sum of RGB (Red+Green+Blue) = 186+153+203=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99CB is #456634. Grayscale: #A8A8A8. Windows color (decimal): -4548149 or 13343162. OLE color: 13343162.
HSL color Cylindrical-coordinate representation of color #BA99CB: hue angle of 279.6º degrees, saturation: 0.32, 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 #BA99CB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 153 | 203 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.20 |
| HSL | 279.6º | 0.32% | 0.7% | - |
| HSV(B) | 279.6º | 0.25% | 0.8% | - |
| XYZ | 42.42 | 37.53 | 61.51 | - |
| YUV | 168.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 203 | 0.08 | 0.25 | 0 | 0.20 | 279.6 | 0.32 | 0.7 |
| Hex | BA | 99 | CB | 8 | 19 | 0 | 14 | 118 | 20 | 46 |
| Octal | 272 | 231 | 313 | 10 | 31 | 0 | 24 | 430 | 40 | 106 |
| Binary | 10111010 | 10011001 | 11001011 | 1000 | 11001 | 0 | 10100 | 100011000 | 100000 | 1000110 |
Color Harmonies of #BA99CB
Complementary color
Monochromatic Colors of #BA99CB
Black with #BA99CB
Text Example
Text Example
White with #BA99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99CB; }
p { color: rgb(186,153,203); }
H1.HeaderClassName
{
color: #BA99CB;
}
.AnyTagClassName
{
color: #BA99CB;
}
</style>
background-color css
<style>
a { background-color: #BA99CB; }
a { background-color: rgb(186,153,203); }
div.DivClassName
{
background-color: #BA99CB;
}
.BgClassName
{
background-color: #BA99CB;
}
</style>
border-color css
<style>
span { border-color: #BA99CB; }
span { border-color: rgb(186,153,203); }
td.TdClassName
{
border-color: #BA99CB;
}
.TagClassName
{
border-color: #BA99CB;
}
</style>