#BE8ACE

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

Shades of Wisteria #BE8ACE

Tints of Wisteria #BE8ACE

Color information

#BE8ACE (or 0xBE8ACE) is unknown color: approx Wisteria. HEX triplet: BE, 8A and CE. RGB value is (190,138,206). Sum of RGB (Red+Green+Blue) = 190+138+206=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ACE is #417531. Grayscale: #A1A1A1. Windows color (decimal): -4289842 or 13535934. OLE color: 13535934.

HSL color Cylindrical-coordinate representation of color #BE8ACE: hue angle of 285.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8ACE is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190138206-
CMYK0.080.3300.19
HSL285.88º40.96%67.45%-
HSV(B)285.88º33.01%80.78%-
XYZ41.4633.5862.69-
YUV161.3153.23148.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=35.58%
G=25.84%
B=38.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901382060.080.3300.19285.8840.9667.45
HexBE8ACE82101311e2943
Octal276212316104102343651103
Binary10111110100010101100111010001000010100111000111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ACE; }

 p { color: rgb(190,138,206); }

 H1.HeaderClassName
 {
   color: #BE8ACE;
 }
 .AnyTagClassName
 {
   color: #BE8ACE;
 }
</style>
background-color css

<style>
 a { background-color: #BE8ACE; }

 a { background-color: rgb(190,138,206); }

 div.DivClassName
 {
   background-color: #BE8ACE;
 }
 .BgClassName
 {
   background-color: #BE8ACE;
 }
</style>
border-color css

<style>
 span { border-color: #BE8ACE; }

 span { border-color: rgb(190,138,206); }

 td.TdClassName
 {
   border-color: #BE8ACE;
 }
 .TagClassName
 {
   border-color: #BE8ACE;
 }
</style>