#BEA1CF

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

Shades of Wisteria #BEA1CF

Tints of Wisteria #BEA1CF

Color information

#BEA1CF (or 0xBEA1CF) is unknown color: approx Wisteria. HEX triplet: BE, A1 and CF. RGB value is (190,161,207). Sum of RGB (Red+Green+Blue) = 190+161+207=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1CF is #415E30. Grayscale: #AEAEAE. Windows color (decimal): -4283953 or 13607358. OLE color: 13607358.

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

Color convert

RGB190161207-
CMYK0.080.2200.19
HSL277.83º32.39%72.16%-
HSV(B)277.83º22.22%81.18%-
XYZ45.2440.9464.55-
YUV174.92146.11138.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=34.05%
G=28.85%
B=37.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901612070.080.2200.19277.8332.3972.16
HexBEA1CF8160131162048
Octal276241317102602342640110
Binary1011111010100001110011111000101100100111000101101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1CF; }

 p { color: rgb(190,161,207); }

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

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

 a { background-color: rgb(190,161,207); }

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

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

 span { border-color: rgb(190,161,207); }

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