Shades of Wisteria #BD99D6
Tints of Wisteria #BD99D6
RGB
CMYK
RGB Variations
Color information
#BD99D6 (or 0xBD99D6) is known color: Wisteria. HEX triplet: BD, 99 and D6. RGB value is (189,153,214). Sum of RGB (Red+Green+Blue) = 189+153+214=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99D6 is #426629. Grayscale: #AAAAAA. Windows color (decimal): -4351530 or 14064061. OLE color: 14064061.
HSL color Cylindrical-coordinate representation of color #BD99D6: hue angle of 275.41º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD99D6 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 153 | 214 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.16 |
| HSL | 275.41º | 0.43% | 0.72% | - |
| HSV(B) | 275.41º | 0.29% | 0.84% | - |
| XYZ | 44.52 | 38.46 | 68.69 | - |
| YUV | 170.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 214 | 0.12 | 0.29 | 0 | 0.16 | 275.41 | 0.43 | 0.72 |
| Hex | BD | 99 | D6 | C | 1D | 0 | 10 | 113 | 2B | 48 |
| Octal | 275 | 231 | 326 | 14 | 35 | 0 | 20 | 423 | 53 | 110 |
| Binary | 10111101 | 10011001 | 11010110 | 1100 | 11101 | 0 | 10000 | 100010011 | 101011 | 1001000 |
Color Harmonies of #BD99D6
Complementary color
Monochromatic Colors of #BD99D6
Black with #BD99D6
Text Example
Text Example
White with #BD99D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99D6; }
p { color: rgb(189,153,214); }
H1.HeaderClassName
{
color: #BD99D6;
}
.AnyTagClassName
{
color: #BD99D6;
}
</style>
background-color css
<style>
a { background-color: #BD99D6; }
a { background-color: rgb(189,153,214); }
div.DivClassName
{
background-color: #BD99D6;
}
.BgClassName
{
background-color: #BD99D6;
}
</style>
border-color css
<style>
span { border-color: #BD99D6; }
span { border-color: rgb(189,153,214); }
td.TdClassName
{
border-color: #BD99D6;
}
.TagClassName
{
border-color: #BD99D6;
}
</style>