#BE9ACE

Color #BE9ACE Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BE9ACE

Tints of Wisteria #BE9ACE

Color information

#BE9ACE (or 0xBE9ACE) is unknown color: approx 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

RGB190154206-
CMYK0.080.2500.19
HSL281.54º34.67%70.59%-
HSV(B)281.54º25.24%80.78%-
XYZ43.9338.5163.51-
YUV170.69147.93141.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=34.55%
G=28%
B=37.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901542060.080.2500.19281.5434.6770.59
HexBE9ACE81901311a2347
Octal276232316103102343243107
Binary1011111010011010110011101000110010100111000110101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>