#BE90CF

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

Shades of Wisteria #BE90CF

Tints of Wisteria #BE90CF

Color information

#BE90CF (or 0xBE90CF) is unknown color: approx Wisteria. HEX triplet: BE, 90 and CF. RGB value is (190,144,207). Sum of RGB (Red+Green+Blue) = 190+144+207=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90CF is #416F30. Grayscale: #A4A4A4. Windows color (decimal): -4288305 or 13603006. OLE color: 13603006.

HSL color Cylindrical-coordinate representation of color #BE90CF: hue angle of 283.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE90CF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190144207-
CMYK0.080.3000.19
HSL283.81º39.62%68.82%-
HSV(B)283.81º30.43%81.18%-
XYZ42.4735.463.63-
YUV164.94151.74145.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=35.12%
G=26.62%
B=38.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901442070.080.3000.19283.8139.6268.82
HexBE90CF81E01311c2845
Octal276220317103602343450105
Binary1011111010010000110011111000111100100111000111001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90CF; }

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

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

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

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

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

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

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

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