#BEA1CB

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

Shades of Wisteria #BEA1CB

Tints of Wisteria #BEA1CB

Color information

#BEA1CB (or 0xBEA1CB) is unknown color: approx Wisteria. HEX triplet: BE, A1 and CB. RGB value is (190,161,203). Sum of RGB (Red+Green+Blue) = 190+161+203=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1CB is #415E34. Grayscale: #AEAEAE. Windows color (decimal): -4283957 or 13345214. OLE color: 13345214.

HSL color Cylindrical-coordinate representation of color #BEA1CB: hue angle of 281.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA1CB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190161203-
CMYK0.060.2100.20
HSL281.43º28.77%71.37%-
HSV(B)281.43º20.69%79.61%-
XYZ44.7640.7562.01-
YUV174.46144.11139.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=34.30%
G=29.06%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901612030.060.2100.20281.4328.7771.37
HexBEA1CB6150141191d47
Octal27624131362502443135107
Binary10111110101000011100101111010101010100100011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1CB; }

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

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

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

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

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

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

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

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