Shades of Wisteria #BEA1CB
Tints of Wisteria #BEA1CB
RGB
CMYK
RGB Variations
Color information
#BEA1CB (or 0xBEA1CB) is known color: Wisteria. HEX triplet: BE, A1 and CB. RGB value is (190,161,203). Sum of RGB (Red+Green+Blue) = 190+161+203=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1CB is #415E34. Grayscale: #AEAEAE. Windows color (decimal): -4283957 or 13345214. OLE color: 13345214.
HSL color Cylindrical-coordinate representation of color #BEA1CB: hue angle of 281.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA1CB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 161 | 203 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.20 |
| HSL | 281.43º | 0.29% | 0.71% | - |
| HSV(B) | 281.43º | 0.21% | 0.8% | - |
| XYZ | 44.76 | 40.75 | 62.01 | - |
| YUV | 174.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 203 | 0.06 | 0.21 | 0 | 0.20 | 281.43 | 0.29 | 0.71 |
| Hex | BE | A1 | CB | 6 | 15 | 0 | 14 | 119 | 1D | 47 |
| Octal | 276 | 241 | 313 | 6 | 25 | 0 | 24 | 431 | 35 | 107 |
| Binary | 10111110 | 10100001 | 11001011 | 110 | 10101 | 0 | 10100 | 100011001 | 11101 | 1000111 |
Color Harmonies of #BEA1CB
Complementary color
Monochromatic Colors of #BEA1CB
Black with #BEA1CB
Text Example
Text Example
White with #BEA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1CB; }
p { color: rgb(190,161,203); }
H1.HeaderClassName
{
color: #BEA1CB;
}
.AnyTagClassName
{
color: #BEA1CB;
}
</style>
background-color css
<style>
a { background-color: #BEA1CB; }
a { background-color: rgb(190,161,203); }
div.DivClassName
{
background-color: #BEA1CB;
}
.BgClassName
{
background-color: #BEA1CB;
}
</style>
border-color css
<style>
span { border-color: #BEA1CB; }
span { border-color: rgb(190,161,203); }
td.TdClassName
{
border-color: #BEA1CB;
}
.TagClassName
{
border-color: #BEA1CB;
}
</style>