Shades of Wisteria #BE9ACD
Tints of Wisteria #BE9ACD
RGB
CMYK
RGB Variations
Color information
#BE9ACD (or 0xBE9ACD) is known color: Wisteria. HEX triplet: BE, 9A and CD. RGB value is (190,154,205). Sum of RGB (Red+Green+Blue) = 190+154+205=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ACD is #416532. Grayscale: #AAAAAA. Windows color (decimal): -4285747 or 13474494. OLE color: 13474494.
HSL color Cylindrical-coordinate representation of color #BE9ACD: hue angle of 282.35º degrees, saturation: 0.34, 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 #BE9ACD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 154 | 205 | - |
CMYK | 0.07 | 0.25 | 0 | 0.20 |
HSL | 282.35º | 0.34% | 0.7% | - |
HSV(B) | 282.35º | 0.25% | 0.8% | - |
XYZ | 43.81 | 38.47 | 62.87 | - |
YUV | 170.58 | 147.43 | 141.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 154 | 205 | 0.07 | 0.25 | 0 | 0.20 | 282.35 | 0.34 | 0.7 |
Hex | BE | 9A | CD | 7 | 19 | 0 | 14 | 11A | 22 | 46 |
Octal | 276 | 232 | 315 | 7 | 31 | 0 | 24 | 432 | 42 | 106 |
Binary | 10111110 | 10011010 | 11001101 | 111 | 11001 | 0 | 10100 | 100011010 | 100010 | 1000110 |
Color Harmonies of #BE9ACD
Complementary color
Monochromatic Colors of #BE9ACD
Black with #BE9ACD
Text Example
Text Example
White with #BE9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ACD; }
p { color: rgb(190,154,205); }
H1.HeaderClassName
{
color: #BE9ACD;
}
.AnyTagClassName
{
color: #BE9ACD;
}
</style>
background-color css
<style>
a { background-color: #BE9ACD; }
a { background-color: rgb(190,154,205); }
div.DivClassName
{
background-color: #BE9ACD;
}
.BgClassName
{
background-color: #BE9ACD;
}
</style>
border-color css
<style>
span { border-color: #BE9ACD; }
span { border-color: rgb(190,154,205); }
td.TdClassName
{
border-color: #BE9ACD;
}
.TagClassName
{
border-color: #BE9ACD;
}
</style>