Shades of Wisteria #BC90CE
Tints of Wisteria #BC90CE
RGB
CMYK
RGB Variations
Color information
#BC90CE (or 0xBC90CE) is known color: Wisteria. HEX triplet: BC, 90 and CE. RGB value is (188,144,206). Sum of RGB (Red+Green+Blue) = 188+144+206=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90CE is #436F31. Grayscale: #A4A4A4. Windows color (decimal): -4419378 or 13537468. OLE color: 13537468.
HSL color Cylindrical-coordinate representation of color #BC90CE: hue angle of 282.58º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC90CE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 144 | 206 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.19 |
| HSL | 282.58º | 0.39% | 0.69% | - |
| HSV(B) | 282.58º | 0.3% | 0.81% | - |
| XYZ | 41.85 | 35.09 | 62.96 | - |
| YUV | 164.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 206 | 0.09 | 0.30 | 0 | 0.19 | 282.58 | 0.39 | 0.69 |
| Hex | BC | 90 | CE | 9 | 1E | 0 | 13 | 11B | 27 | 45 |
| Octal | 274 | 220 | 316 | 11 | 36 | 0 | 23 | 433 | 47 | 105 |
| Binary | 10111100 | 10010000 | 11001110 | 1001 | 11110 | 0 | 10011 | 100011011 | 100111 | 1000101 |
Color Harmonies of #BC90CE
Complementary color
Monochromatic Colors of #BC90CE
Black with #BC90CE
Text Example
Text Example
White with #BC90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90CE; }
p { color: rgb(188,144,206); }
H1.HeaderClassName
{
color: #BC90CE;
}
.AnyTagClassName
{
color: #BC90CE;
}
</style>
background-color css
<style>
a { background-color: #BC90CE; }
a { background-color: rgb(188,144,206); }
div.DivClassName
{
background-color: #BC90CE;
}
.BgClassName
{
background-color: #BC90CE;
}
</style>
border-color css
<style>
span { border-color: #BC90CE; }
span { border-color: rgb(188,144,206); }
td.TdClassName
{
border-color: #BC90CE;
}
.TagClassName
{
border-color: #BC90CE;
}
</style>