Shades of Wisteria #BEA0CF
Tints of Wisteria #BEA0CF
RGB
CMYK
RGB Variations
Color information
#BEA0CF (or 0xBEA0CF) is known color: Wisteria. HEX triplet: BE, A0 and CF. RGB value is (190,160,207). Sum of RGB (Red+Green+Blue) = 190+160+207=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0CF is #415F30. Grayscale: #AEAEAE. Windows color (decimal): -4284209 or 13607102. OLE color: 13607102.
HSL color Cylindrical-coordinate representation of color #BEA0CF: hue angle of 278.3º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA0CF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 160 | 207 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.19 |
| HSL | 278.3º | 0.33% | 0.72% | - |
| HSV(B) | 278.3º | 0.23% | 0.81% | - |
| XYZ | 45.07 | 40.59 | 64.49 | - |
| YUV | 174.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 207 | 0.08 | 0.23 | 0 | 0.19 | 278.3 | 0.33 | 0.72 |
| Hex | BE | A0 | CF | 8 | 17 | 0 | 13 | 116 | 21 | 48 |
| Octal | 276 | 240 | 317 | 10 | 27 | 0 | 23 | 426 | 41 | 110 |
| Binary | 10111110 | 10100000 | 11001111 | 1000 | 10111 | 0 | 10011 | 100010110 | 100001 | 1001000 |
Color Harmonies of #BEA0CF
Complementary color
Monochromatic Colors of #BEA0CF
Black with #BEA0CF
Text Example
Text Example
White with #BEA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA0CF; }
p { color: rgb(190,160,207); }
H1.HeaderClassName
{
color: #BEA0CF;
}
.AnyTagClassName
{
color: #BEA0CF;
}
</style>
background-color css
<style>
a { background-color: #BEA0CF; }
a { background-color: rgb(190,160,207); }
div.DivClassName
{
background-color: #BEA0CF;
}
.BgClassName
{
background-color: #BEA0CF;
}
</style>
border-color css
<style>
span { border-color: #BEA0CF; }
span { border-color: rgb(190,160,207); }
td.TdClassName
{
border-color: #BEA0CF;
}
.TagClassName
{
border-color: #BEA0CF;
}
</style>