Shades of Wisteria #BEA0CA
Tints of Wisteria #BEA0CA
RGB
CMYK
RGB Variations
Color information
#BEA0CA (or 0xBEA0CA) is known color: Wisteria. HEX triplet: BE, A0 and CA. RGB value is (190,160,202). Sum of RGB (Red+Green+Blue) = 190+160+202=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0CA is #415F35. Grayscale: #ADADAD. Windows color (decimal): -4284214 or 13279422. OLE color: 13279422.
HSL color Cylindrical-coordinate representation of color #BEA0CA: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA0CA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 160 | 202 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.21 |
| HSL | 282.86º | 0.28% | 0.71% | - |
| HSV(B) | 282.86º | 0.21% | 0.79% | - |
| XYZ | 44.47 | 40.35 | 61.32 | - |
| YUV | 173.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 202 | 0.06 | 0.21 | 0 | 0.21 | 282.86 | 0.28 | 0.71 |
| Hex | BE | A0 | CA | 6 | 15 | 0 | 15 | 11B | 1C | 47 |
| Octal | 276 | 240 | 312 | 6 | 25 | 0 | 25 | 433 | 34 | 107 |
| Binary | 10111110 | 10100000 | 11001010 | 110 | 10101 | 0 | 10101 | 100011011 | 11100 | 1000111 |
Color Harmonies of #BEA0CA
Complementary color
Monochromatic Colors of #BEA0CA
Black with #BEA0CA
Text Example
Text Example
White with #BEA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA0CA; }
p { color: rgb(190,160,202); }
H1.HeaderClassName
{
color: #BEA0CA;
}
.AnyTagClassName
{
color: #BEA0CA;
}
</style>
background-color css
<style>
a { background-color: #BEA0CA; }
a { background-color: rgb(190,160,202); }
div.DivClassName
{
background-color: #BEA0CA;
}
.BgClassName
{
background-color: #BEA0CA;
}
</style>
border-color css
<style>
span { border-color: #BEA0CA; }
span { border-color: rgb(190,160,202); }
td.TdClassName
{
border-color: #BEA0CA;
}
.TagClassName
{
border-color: #BEA0CA;
}
</style>