Shades of Wisteria #BE9ACC
Tints of Wisteria #BE9ACC
RGB
CMYK
RGB Variations
Color information
#BE9ACC (or 0xBE9ACC) is known color: Wisteria. HEX triplet: BE, 9A and CC. RGB value is (190,154,204). Sum of RGB (Red+Green+Blue) = 190+154+204=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ACC is #416533. Grayscale: #AAAAAA. Windows color (decimal): -4285748 or 13408958. OLE color: 13408958.
HSL color Cylindrical-coordinate representation of color #BE9ACC: hue angle of 283.2º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE9ACC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 154 | 204 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.2 |
| HSL | 283.2º | 0.33% | 0.7% | - |
| HSV(B) | 283.2º | 0.25% | 0.8% | - |
| XYZ | 43.69 | 38.42 | 62.24 | - |
| YUV | 170.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 204 | 0.07 | 0.25 | 0 | 0.2 | 283.2 | 0.33 | 0.7 |
| Hex | BE | 9A | CC | 7 | 19 | 0 | 14 | 11B | 21 | 46 |
| Octal | 276 | 232 | 314 | 7 | 31 | 0 | 24 | 433 | 41 | 106 |
| Binary | 10111110 | 10011010 | 11001100 | 111 | 11001 | 0 | 10100 | 100011011 | 100001 | 1000110 |
Color Harmonies of #BE9ACC
Complementary color
Monochromatic Colors of #BE9ACC
Black with #BE9ACC
Text Example
Text Example
White with #BE9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ACC; }
p { color: rgb(190,154,204); }
H1.HeaderClassName
{
color: #BE9ACC;
}
.AnyTagClassName
{
color: #BE9ACC;
}
</style>
background-color css
<style>
a { background-color: #BE9ACC; }
a { background-color: rgb(190,154,204); }
div.DivClassName
{
background-color: #BE9ACC;
}
.BgClassName
{
background-color: #BE9ACC;
}
</style>
border-color css
<style>
span { border-color: #BE9ACC; }
span { border-color: rgb(190,154,204); }
td.TdClassName
{
border-color: #BE9ACC;
}
.TagClassName
{
border-color: #BE9ACC;
}
</style>