#BE90CB

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

Shades of Wisteria #BE90CB

Tints of Wisteria #BE90CB

Color information

#BE90CB (or 0xBE90CB) is unknown color: approx Wisteria. HEX triplet: BE, 90 and CB. RGB value is (190,144,203). Sum of RGB (Red+Green+Blue) = 190+144+203=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90CB is #416F34. Grayscale: #A4A4A4. Windows color (decimal): -4288309 or 13340862. OLE color: 13340862.

HSL color Cylindrical-coordinate representation of color #BE90CB: hue angle of 286.78º 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 #BE90CB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190144203-
CMYK0.060.2900.20
HSL286.78º36.2%68.04%-
HSV(B)286.78º29.06%79.61%-
XYZ41.9935.2161.08-
YUV164.48149.74146.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=35.38%
G=26.82%
B=37.80%

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
Decimal1901442030.060.2900.20286.7836.268.04
HexBE90CB61D01411f2444
Octal27622031363502443744104
Binary101111101001000011001011110111010101001000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90CB; }

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

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

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

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

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

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

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

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