#BE90CD

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

Shades of Wisteria #BE90CD

Tints of Wisteria #BE90CD

Color information

#BE90CD (or 0xBE90CD) is unknown color: approx Wisteria. HEX triplet: BE, 90 and CD. RGB value is (190,144,205). Sum of RGB (Red+Green+Blue) = 190+144+205=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90CD is #416F32. Grayscale: #A4A4A4. Windows color (decimal): -4288307 or 13471934. OLE color: 13471934.

HSL color Cylindrical-coordinate representation of color #BE90CD: hue angle of 285.25º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE90CD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190144205-
CMYK0.070.3000.20
HSL285.25º37.89%68.43%-
HSV(B)285.25º29.76%80.39%-
XYZ42.2335.362.35-
YUV164.71150.74146.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=35.25%
G=26.72%
B=38.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901442050.070.3000.20285.2537.8968.43
HexBE90CD71E01411d2644
Octal27622031573602443546104
Binary101111101001000011001101111111100101001000111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90CD; }

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

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

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

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

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

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

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

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