Shades of Wisteria #BE9ACE
Tints of Wisteria #BE9ACE
RGB
CMYK
RGB Variations
Color information
#BE9ACE (or 0xBE9ACE) is known color: Wisteria. HEX triplet: BE, 9A and CE. RGB value is (190,154,206). Sum of RGB (Red+Green+Blue) = 190+154+206=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ACE is #416531. Grayscale: #AAAAAA. Windows color (decimal): -4285746 or 13540030. OLE color: 13540030.
HSL color Cylindrical-coordinate representation of color #BE9ACE: hue angle of 281.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE9ACE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 154 | 206 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.19 |
| HSL | 281.54º | 0.35% | 0.71% | - |
| HSV(B) | 281.54º | 0.25% | 0.81% | - |
| XYZ | 43.93 | 38.51 | 63.51 | - |
| YUV | 170.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 206 | 0.08 | 0.25 | 0 | 0.19 | 281.54 | 0.35 | 0.71 |
| Hex | BE | 9A | CE | 8 | 19 | 0 | 13 | 11A | 23 | 47 |
| Octal | 276 | 232 | 316 | 10 | 31 | 0 | 23 | 432 | 43 | 107 |
| Binary | 10111110 | 10011010 | 11001110 | 1000 | 11001 | 0 | 10011 | 100011010 | 100011 | 1000111 |
Color Harmonies of #BE9ACE
Complementary color
Monochromatic Colors of #BE9ACE
Black with #BE9ACE
Text Example
Text Example
White with #BE9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ACE; }
p { color: rgb(190,154,206); }
H1.HeaderClassName
{
color: #BE9ACE;
}
.AnyTagClassName
{
color: #BE9ACE;
}
</style>
background-color css
<style>
a { background-color: #BE9ACE; }
a { background-color: rgb(190,154,206); }
div.DivClassName
{
background-color: #BE9ACE;
}
.BgClassName
{
background-color: #BE9ACE;
}
</style>
border-color css
<style>
span { border-color: #BE9ACE; }
span { border-color: rgb(190,154,206); }
td.TdClassName
{
border-color: #BE9ACE;
}
.TagClassName
{
border-color: #BE9ACE;
}
</style>