Shades of Wisteria #BD9ACC
Tints of Wisteria #BD9ACC
RGB
CMYK
RGB Variations
Color information
#BD9ACC (or 0xBD9ACC) is known color: Wisteria. HEX triplet: BD, 9A and CC. RGB value is (189,154,204). Sum of RGB (Red+Green+Blue) = 189+154+204=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ACC is #426533. Grayscale: #AAAAAA. Windows color (decimal): -4351284 or 13408957. OLE color: 13408957.
HSL color Cylindrical-coordinate representation of color #BD9ACC: hue angle of 282º degrees, saturation: 0.33, 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 #BD9ACC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 154 | 204 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.2 |
| HSL | 282º | 0.33% | 0.7% | - |
| HSV(B) | 282º | 0.25% | 0.8% | - |
| XYZ | 43.44 | 38.29 | 62.23 | - |
| YUV | 170.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 204 | 0.07 | 0.25 | 0 | 0.2 | 282 | 0.33 | 0.7 |
| Hex | BD | 9A | CC | 7 | 19 | 0 | 14 | 11A | 21 | 46 |
| Octal | 275 | 232 | 314 | 7 | 31 | 0 | 24 | 432 | 41 | 106 |
| Binary | 10111101 | 10011010 | 11001100 | 111 | 11001 | 0 | 10100 | 100011010 | 100001 | 1000110 |
Color Harmonies of #BD9ACC
Complementary color
Monochromatic Colors of #BD9ACC
Black with #BD9ACC
Text Example
Text Example
White with #BD9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9ACC; }
p { color: rgb(189,154,204); }
H1.HeaderClassName
{
color: #BD9ACC;
}
.AnyTagClassName
{
color: #BD9ACC;
}
</style>
background-color css
<style>
a { background-color: #BD9ACC; }
a { background-color: rgb(189,154,204); }
div.DivClassName
{
background-color: #BD9ACC;
}
.BgClassName
{
background-color: #BD9ACC;
}
</style>
border-color css
<style>
span { border-color: #BD9ACC; }
span { border-color: rgb(189,154,204); }
td.TdClassName
{
border-color: #BD9ACC;
}
.TagClassName
{
border-color: #BD9ACC;
}
</style>