Shades of Wisteria #BD99CB
Tints of Wisteria #BD99CB
RGB
CMYK
RGB Variations
Color information
#BD99CB (or 0xBD99CB) is known color: Wisteria. HEX triplet: BD, 99 and CB. RGB value is (189,153,203). Sum of RGB (Red+Green+Blue) = 189+153+203=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99CB is #426634. Grayscale: #A9A9A9. Windows color (decimal): -4351541 or 13343165. OLE color: 13343165.
HSL color Cylindrical-coordinate representation of color #BD99CB: hue angle of 283.2º degrees, saturation: 0.32, 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 #BD99CB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 153 | 203 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.20 |
| HSL | 283.2º | 0.32% | 0.7% | - |
| HSV(B) | 283.2º | 0.25% | 0.8% | - |
| XYZ | 43.16 | 37.91 | 61.54 | - |
| YUV | 169.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 203 | 0.07 | 0.25 | 0 | 0.20 | 283.2 | 0.32 | 0.7 |
| Hex | BD | 99 | CB | 7 | 19 | 0 | 14 | 11B | 20 | 46 |
| Octal | 275 | 231 | 313 | 7 | 31 | 0 | 24 | 433 | 40 | 106 |
| Binary | 10111101 | 10011001 | 11001011 | 111 | 11001 | 0 | 10100 | 100011011 | 100000 | 1000110 |
Color Harmonies of #BD99CB
Complementary color
Monochromatic Colors of #BD99CB
Black with #BD99CB
Text Example
Text Example
White with #BD99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99CB; }
p { color: rgb(189,153,203); }
H1.HeaderClassName
{
color: #BD99CB;
}
.AnyTagClassName
{
color: #BD99CB;
}
</style>
background-color css
<style>
a { background-color: #BD99CB; }
a { background-color: rgb(189,153,203); }
div.DivClassName
{
background-color: #BD99CB;
}
.BgClassName
{
background-color: #BD99CB;
}
</style>
border-color css
<style>
span { border-color: #BD99CB; }
span { border-color: rgb(189,153,203); }
td.TdClassName
{
border-color: #BD99CB;
}
.TagClassName
{
border-color: #BD99CB;
}
</style>