Shades of Wisteria #BE90CC
Tints of Wisteria #BE90CC
RGB
CMYK
RGB Variations
Color information
#BE90CC (or 0xBE90CC) is known color: Wisteria. HEX triplet: BE, 90 and CC. RGB value is (190,144,204). Sum of RGB (Red+Green+Blue) = 190+144+204=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90CC is #416F33. Grayscale: #A4A4A4. Windows color (decimal): -4288308 or 13406398. OLE color: 13406398.
HSL color Cylindrical-coordinate representation of color #BE90CC: hue angle of 286º 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 #BE90CC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 144 | 204 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.2 |
| HSL | 286º | 0.37% | 0.68% | - |
| HSV(B) | 286º | 0.29% | 0.8% | - |
| XYZ | 42.11 | 35.25 | 61.71 | - |
| YUV | 164.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 204 | 0.07 | 0.29 | 0 | 0.2 | 286 | 0.37 | 0.68 |
| Hex | BE | 90 | CC | 7 | 1D | 0 | 14 | 11E | 25 | 44 |
| Octal | 276 | 220 | 314 | 7 | 35 | 0 | 24 | 436 | 45 | 104 |
| Binary | 10111110 | 10010000 | 11001100 | 111 | 11101 | 0 | 10100 | 100011110 | 100101 | 1000100 |
Color Harmonies of #BE90CC
Complementary color
Monochromatic Colors of #BE90CC
Black with #BE90CC
Text Example
Text Example
White with #BE90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90CC; }
p { color: rgb(190,144,204); }
H1.HeaderClassName
{
color: #BE90CC;
}
.AnyTagClassName
{
color: #BE90CC;
}
</style>
background-color css
<style>
a { background-color: #BE90CC; }
a { background-color: rgb(190,144,204); }
div.DivClassName
{
background-color: #BE90CC;
}
.BgClassName
{
background-color: #BE90CC;
}
</style>
border-color css
<style>
span { border-color: #BE90CC; }
span { border-color: rgb(190,144,204); }
td.TdClassName
{
border-color: #BE90CC;
}
.TagClassName
{
border-color: #BE90CC;
}
</style>