Shades of Wisteria #B99ACD
Tints of Wisteria #B99ACD
RGB
CMYK
RGB Variations
Color information
#B99ACD (or 0xB99ACD) is known color: Wisteria. HEX triplet: B9, 9A and CD. RGB value is (185,154,205). Sum of RGB (Red+Green+Blue) = 185+154+205=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 154 (60.55% from 255 or 28.31% 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 #B99ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ACD is #466532. Grayscale: #A8A8A8. Windows color (decimal): -4613427 or 13474489. OLE color: 13474489.
HSL color Cylindrical-coordinate representation of color #B99ACD: hue angle of 276.47º 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 #B99ACD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 154 | 205 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.20 |
| HSL | 276.47º | 0.34% | 0.7% | - |
| HSV(B) | 276.47º | 0.25% | 0.8% | - |
| XYZ | 42.58 | 37.83 | 62.82 | - |
| YUV | 169.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 205 | 0.10 | 0.25 | 0 | 0.20 | 276.47 | 0.34 | 0.7 |
| Hex | B9 | 9A | CD | A | 19 | 0 | 14 | 114 | 22 | 46 |
| Octal | 271 | 232 | 315 | 12 | 31 | 0 | 24 | 424 | 42 | 106 |
| Binary | 10111001 | 10011010 | 11001101 | 1010 | 11001 | 0 | 10100 | 100010100 | 100010 | 1000110 |
Color Harmonies of #B99ACD
Complementary color
Monochromatic Colors of #B99ACD
Black with #B99ACD
Text Example
Text Example
White with #B99ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ACD; }
p { color: rgb(185,154,205); }
H1.HeaderClassName
{
color: #B99ACD;
}
.AnyTagClassName
{
color: #B99ACD;
}
</style>
background-color css
<style>
a { background-color: #B99ACD; }
a { background-color: rgb(185,154,205); }
div.DivClassName
{
background-color: #B99ACD;
}
.BgClassName
{
background-color: #B99ACD;
}
</style>
border-color css
<style>
span { border-color: #B99ACD; }
span { border-color: rgb(185,154,205); }
td.TdClassName
{
border-color: #B99ACD;
}
.TagClassName
{
border-color: #B99ACD;
}
</style>