Shades of Wisteria #BD99C9
Tints of Wisteria #BD99C9
RGB
CMYK
RGB Variations
Color information
#BD99C9 (or 0xBD99C9) is known color: Wisteria. HEX triplet: BD, 99 and C9. RGB value is (189,153,201). Sum of RGB (Red+Green+Blue) = 189+153+201=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD99C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99C9 is #426636. Grayscale: #A9A9A9. Windows color (decimal): -4351543 or 13212093. OLE color: 13212093.
HSL color Cylindrical-coordinate representation of color #BD99C9: hue angle of 285º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD99C9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 153 | 201 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.21 |
| HSL | 285º | 0.31% | 0.69% | - |
| HSV(B) | 285º | 0.24% | 0.79% | - |
| XYZ | 42.92 | 37.82 | 60.3 | - |
| YUV | 169.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 201 | 0.06 | 0.24 | 0 | 0.21 | 285 | 0.31 | 0.69 |
| Hex | BD | 99 | C9 | 6 | 18 | 0 | 15 | 11D | 1F | 45 |
| Octal | 275 | 231 | 311 | 6 | 30 | 0 | 25 | 435 | 37 | 105 |
| Binary | 10111101 | 10011001 | 11001001 | 110 | 11000 | 0 | 10101 | 100011101 | 11111 | 1000101 |
Color Harmonies of #BD99C9
Complementary color
Monochromatic Colors of #BD99C9
Black with #BD99C9
Text Example
Text Example
White with #BD99C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99C9; }
p { color: rgb(189,153,201); }
H1.HeaderClassName
{
color: #BD99C9;
}
.AnyTagClassName
{
color: #BD99C9;
}
</style>
background-color css
<style>
a { background-color: #BD99C9; }
a { background-color: rgb(189,153,201); }
div.DivClassName
{
background-color: #BD99C9;
}
.BgClassName
{
background-color: #BD99C9;
}
</style>
border-color css
<style>
span { border-color: #BD99C9; }
span { border-color: rgb(189,153,201); }
td.TdClassName
{
border-color: #BD99C9;
}
.TagClassName
{
border-color: #BD99C9;
}
</style>