Shades of Wisteria #BD90CC
Tints of Wisteria #BD90CC
RGB
CMYK
RGB Variations
Color information
#BD90CC (or 0xBD90CC) is known color: Wisteria. HEX triplet: BD, 90 and CC. RGB value is (189,144,204). Sum of RGB (Red+Green+Blue) = 189+144+204=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90CC is #426F33. Grayscale: #A4A4A4. Windows color (decimal): -4353844 or 13406397. OLE color: 13406397.
HSL color Cylindrical-coordinate representation of color #BD90CC: hue angle of 285º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD90CC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 144 | 204 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.2 |
| HSL | 285º | 0.37% | 0.68% | - |
| HSV(B) | 285º | 0.29% | 0.8% | - |
| XYZ | 41.86 | 35.12 | 61.7 | - |
| YUV | 164.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 204 | 0.07 | 0.29 | 0 | 0.2 | 285 | 0.37 | 0.68 |
| Hex | BD | 90 | CC | 7 | 1D | 0 | 14 | 11D | 25 | 44 |
| Octal | 275 | 220 | 314 | 7 | 35 | 0 | 24 | 435 | 45 | 104 |
| Binary | 10111101 | 10010000 | 11001100 | 111 | 11101 | 0 | 10100 | 100011101 | 100101 | 1000100 |
Color Harmonies of #BD90CC
Complementary color
Monochromatic Colors of #BD90CC
Black with #BD90CC
Text Example
Text Example
White with #BD90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90CC; }
p { color: rgb(189,144,204); }
H1.HeaderClassName
{
color: #BD90CC;
}
.AnyTagClassName
{
color: #BD90CC;
}
</style>
background-color css
<style>
a { background-color: #BD90CC; }
a { background-color: rgb(189,144,204); }
div.DivClassName
{
background-color: #BD90CC;
}
.BgClassName
{
background-color: #BD90CC;
}
</style>
border-color css
<style>
span { border-color: #BD90CC; }
span { border-color: rgb(189,144,204); }
td.TdClassName
{
border-color: #BD90CC;
}
.TagClassName
{
border-color: #BD90CC;
}
</style>