Shades of Wisteria #BD99CA
Tints of Wisteria #BD99CA
RGB
CMYK
RGB Variations
Color information
#BD99CA (or 0xBD99CA) is known color: Wisteria. HEX triplet: BD, 99 and CA. RGB value is (189,153,202). Sum of RGB (Red+Green+Blue) = 189+153+202=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99CA is #426635. Grayscale: #A9A9A9. Windows color (decimal): -4351542 or 13277629. OLE color: 13277629.
HSL color Cylindrical-coordinate representation of color #BD99CA: hue angle of 284.08º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD99CA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 153 | 202 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.21 |
| HSL | 284.08º | 0.32% | 0.7% | - |
| HSV(B) | 284.08º | 0.24% | 0.79% | - |
| XYZ | 43.04 | 37.87 | 60.92 | - |
| YUV | 169.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 202 | 0.06 | 0.24 | 0 | 0.21 | 284.08 | 0.32 | 0.7 |
| Hex | BD | 99 | CA | 6 | 18 | 0 | 15 | 11C | 20 | 46 |
| Octal | 275 | 231 | 312 | 6 | 30 | 0 | 25 | 434 | 40 | 106 |
| Binary | 10111101 | 10011001 | 11001010 | 110 | 11000 | 0 | 10101 | 100011100 | 100000 | 1000110 |
Color Harmonies of #BD99CA
Complementary color
Monochromatic Colors of #BD99CA
Black with #BD99CA
Text Example
Text Example
White with #BD99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99CA; }
p { color: rgb(189,153,202); }
H1.HeaderClassName
{
color: #BD99CA;
}
.AnyTagClassName
{
color: #BD99CA;
}
</style>
background-color css
<style>
a { background-color: #BD99CA; }
a { background-color: rgb(189,153,202); }
div.DivClassName
{
background-color: #BD99CA;
}
.BgClassName
{
background-color: #BD99CA;
}
</style>
border-color css
<style>
span { border-color: #BD99CA; }
span { border-color: rgb(189,153,202); }
td.TdClassName
{
border-color: #BD99CA;
}
.TagClassName
{
border-color: #BD99CA;
}
</style>