#BE91CB

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

Shades of Wisteria #BE91CB

Tints of Wisteria #BE91CB

Color information

#BE91CB (or 0xBE91CB) is unknown color: approx Wisteria. HEX triplet: BE, 91 and CB. RGB value is (190,145,203). Sum of RGB (Red+Green+Blue) = 190+145+203=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91CB is #416E34. Grayscale: #A4A4A4. Windows color (decimal): -4288053 or 13341118. OLE color: 13341118.

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

Color convert

RGB190145203-
CMYK0.060.2900.20
HSL286.55º35.8%68.24%-
HSV(B)286.55º28.57%79.61%-
XYZ42.1435.5161.13-
YUV165.07149.41145.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 145 (57.03% from 255) = 26.95%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=35.32%
G=26.95%
B=37.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901452030.060.2900.20286.5535.868.24
HexBE91CB61D01411f2444
Octal27622131363502443744104
Binary101111101001000111001011110111010101001000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91CB; }

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

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

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

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

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

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

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

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