Shades of Wisteria #BD98C9
Tints of Wisteria #BD98C9
RGB
CMYK
RGB Variations
Color information
#BD98C9 (or 0xBD98C9) is known color: Wisteria. HEX triplet: BD, 98 and C9. RGB value is (189,152,201). Sum of RGB (Red+Green+Blue) = 189+152+201=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD98C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98C9 is #426736. Grayscale: #A8A8A8. Windows color (decimal): -4351799 or 13211837. OLE color: 13211837.
HSL color Cylindrical-coordinate representation of color #BD98C9: hue angle of 285.31º 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 #BD98C9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 152 | 201 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.21 |
| HSL | 285.31º | 0.31% | 0.69% | - |
| HSV(B) | 285.31º | 0.24% | 0.79% | - |
| XYZ | 42.76 | 37.49 | 60.24 | - |
| YUV | 168.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 201 | 0.06 | 0.24 | 0 | 0.21 | 285.31 | 0.31 | 0.69 |
| Hex | BD | 98 | C9 | 6 | 18 | 0 | 15 | 11D | 1F | 45 |
| Octal | 275 | 230 | 311 | 6 | 30 | 0 | 25 | 435 | 37 | 105 |
| Binary | 10111101 | 10011000 | 11001001 | 110 | 11000 | 0 | 10101 | 100011101 | 11111 | 1000101 |
Color Harmonies of #BD98C9
Complementary color
Monochromatic Colors of #BD98C9
Black with #BD98C9
Text Example
Text Example
White with #BD98C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98C9; }
p { color: rgb(189,152,201); }
H1.HeaderClassName
{
color: #BD98C9;
}
.AnyTagClassName
{
color: #BD98C9;
}
</style>
background-color css
<style>
a { background-color: #BD98C9; }
a { background-color: rgb(189,152,201); }
div.DivClassName
{
background-color: #BD98C9;
}
.BgClassName
{
background-color: #BD98C9;
}
</style>
border-color css
<style>
span { border-color: #BD98C9; }
span { border-color: rgb(189,152,201); }
td.TdClassName
{
border-color: #BD98C9;
}
.TagClassName
{
border-color: #BD98C9;
}
</style>