#bc90de

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

Shades of Wisteria #BC90DE

Tints of Wisteria #BC90DE

Color information

#BC90DE (or 0xBC90DE) is unknown color: approx Wisteria. HEX triplet: BC, 90 and DE. RGB value is (188,144,222). Sum of RGB (Red+Green+Blue) = 188+144+222=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90DE is #436F21. Grayscale: #A5A5A5. Windows color (decimal): -4419362 or 14586044. OLE color: 14586044.

HSL color Cylindrical-coordinate representation of color #BC90DE: hue angle of 273.85º degrees, saturation: 0.54, 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 #BC90DE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188144222-
CMYK0.150.3500.13
HSL273.85º54.17%71.76%-
HSV(B)273.85º35.14%87.06%-
XYZ43.935.9173.73-
YUV166.05159.58143.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=33.94%
G=25.99%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881442220.150.3500.13273.8554.1771.76
HexBC90DEF230D1123648
Octal274220336174301542266110
Binary1011110010010000110111101111100011011011000100101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc90de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc90de; }

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

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

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

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

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

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

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

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