Shades of Wisteria #BE9ACB
Tints of Wisteria #BE9ACB
RGB
CMYK
RGB Variations
Color information
#BE9ACB (or 0xBE9ACB) is known color: Wisteria. HEX triplet: BE, 9A and CB. RGB value is (190,154,203). Sum of RGB (Red+Green+Blue) = 190+154+203=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE9ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ACB is #416534. Grayscale: #AAAAAA. Windows color (decimal): -4285749 or 13343422. OLE color: 13343422.
HSL color Cylindrical-coordinate representation of color #BE9ACB: hue angle of 284.08º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9ACB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 154 | 203 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.20 |
| HSL | 284.08º | 0.32% | 0.7% | - |
| HSV(B) | 284.08º | 0.24% | 0.8% | - |
| XYZ | 43.57 | 38.37 | 61.61 | - |
| YUV | 170.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 203 | 0.06 | 0.24 | 0 | 0.20 | 284.08 | 0.32 | 0.7 |
| Hex | BE | 9A | CB | 6 | 18 | 0 | 14 | 11C | 20 | 46 |
| Octal | 276 | 232 | 313 | 6 | 30 | 0 | 24 | 434 | 40 | 106 |
| Binary | 10111110 | 10011010 | 11001011 | 110 | 11000 | 0 | 10100 | 100011100 | 100000 | 1000110 |
Color Harmonies of #BE9ACB
Complementary color
Monochromatic Colors of #BE9ACB
Black with #BE9ACB
Text Example
Text Example
White with #BE9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ACB; }
p { color: rgb(190,154,203); }
H1.HeaderClassName
{
color: #BE9ACB;
}
.AnyTagClassName
{
color: #BE9ACB;
}
</style>
background-color css
<style>
a { background-color: #BE9ACB; }
a { background-color: rgb(190,154,203); }
div.DivClassName
{
background-color: #BE9ACB;
}
.BgClassName
{
background-color: #BE9ACB;
}
</style>
border-color css
<style>
span { border-color: #BE9ACB; }
span { border-color: rgb(190,154,203); }
td.TdClassName
{
border-color: #BE9ACB;
}
.TagClassName
{
border-color: #BE9ACB;
}
</style>