#BC90DF

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

Shades of Wisteria #BC90DF

Tints of Wisteria #BC90DF

Color information

#BC90DF (or 0xBC90DF) is unknown color: approx Wisteria. HEX triplet: BC, 90 and DF. RGB value is (188,144,223). Sum of RGB (Red+Green+Blue) = 188+144+223=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90DF is #436F20. Grayscale: #A5A5A5. Windows color (decimal): -4419361 or 14651580. OLE color: 14651580.

HSL color Cylindrical-coordinate representation of color #BC90DF: hue angle of 273.42º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC90DF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188144223-
CMYK0.160.3500.13
HSL273.42º55.24%71.96%-
HSV(B)273.42º35.43%87.45%-
XYZ44.0335.9774.43-
YUV166.16160.08143.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=33.87%
G=25.95%
B=40.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881442230.160.3500.13273.4255.2471.96
HexBC90DF10230D1113748
Octal274220337204301542167110
Binary10111100100100001101111110000100011011011000100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90DF; }

 p { color: rgb(188,144,223); }

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

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

 a { background-color: rgb(188,144,223); }

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

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

 span { border-color: rgb(188,144,223); }

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