Shades of Wisteria #BD9ECB
Tints of Wisteria #BD9ECB
RGB
CMYK
RGB Variations
Color information
#BD9ECB (or 0xBD9ECB) is known color: Wisteria. HEX triplet: BD, 9E and CB. RGB value is (189,158,203). Sum of RGB (Red+Green+Blue) = 189+158+203=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ECB is #426134. Grayscale: #ACACAC. Windows color (decimal): -4350261 or 13344445. OLE color: 13344445.
HSL color Cylindrical-coordinate representation of color #BD9ECB: hue angle of 281.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD9ECB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 158 | 203 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.20 |
| HSL | 281.33º | 0.3% | 0.71% | - |
| HSV(B) | 281.33º | 0.22% | 0.8% | - |
| XYZ | 43.99 | 39.58 | 61.82 | - |
| YUV | 172.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 203 | 0.07 | 0.22 | 0 | 0.20 | 281.33 | 0.3 | 0.71 |
| Hex | BD | 9E | CB | 7 | 16 | 0 | 14 | 119 | 1E | 47 |
| Octal | 275 | 236 | 313 | 7 | 26 | 0 | 24 | 431 | 36 | 107 |
| Binary | 10111101 | 10011110 | 11001011 | 111 | 10110 | 0 | 10100 | 100011001 | 11110 | 1000111 |
Color Harmonies of #BD9ECB
Complementary color
Monochromatic Colors of #BD9ECB
Black with #BD9ECB
Text Example
Text Example
White with #BD9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9ECB; }
p { color: rgb(189,158,203); }
H1.HeaderClassName
{
color: #BD9ECB;
}
.AnyTagClassName
{
color: #BD9ECB;
}
</style>
background-color css
<style>
a { background-color: #BD9ECB; }
a { background-color: rgb(189,158,203); }
div.DivClassName
{
background-color: #BD9ECB;
}
.BgClassName
{
background-color: #BD9ECB;
}
</style>
border-color css
<style>
span { border-color: #BD9ECB; }
span { border-color: rgb(189,158,203); }
td.TdClassName
{
border-color: #BD9ECB;
}
.TagClassName
{
border-color: #BD9ECB;
}
</style>