#BC90E9

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

Shades of Wisteria #BC90E9

Tints of Wisteria #BC90E9

Color information

#BC90E9 (or 0xBC90E9) is unknown color: approx Wisteria. HEX triplet: BC, 90 and E9. RGB value is (188,144,233). Sum of RGB (Red+Green+Blue) = 188+144+233=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90E9 is #436F16. Grayscale: #A6A6A6. Windows color (decimal): -4419351 or 15306940. OLE color: 15306940.

HSL color Cylindrical-coordinate representation of color #BC90E9: hue angle of 269.66º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC90E9 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188144233-
CMYK0.190.3800.09
HSL269.66º66.92%73.92%-
HSV(B)269.66º38.2%91.37%-
XYZ45.4236.5281.75-
YUV167.3165.08142.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=33.27%
G=25.49%
B=41.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881442330.190.3800.09269.6666.9273.92
HexBC90E913260910e434a
Octal2742203512346011416103112
Binary101111001001000011101001100111001100100110000111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90E9; }

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

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

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

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

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

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

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

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