#BC90E1

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

Shades of Wisteria #BC90E1

Tints of Wisteria #BC90E1

Color information

#BC90E1 (or 0xBC90E1) is unknown color: approx Wisteria. HEX triplet: BC, 90 and E1. RGB value is (188,144,225). Sum of RGB (Red+Green+Blue) = 188+144+225=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC90E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90E1 is #436F1E. Grayscale: #A6A6A6. Windows color (decimal): -4419359 or 14782652. OLE color: 14782652.

HSL color Cylindrical-coordinate representation of color #BC90E1: hue angle of 272.59º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC90E1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188144225-
CMYK0.160.3600.12
HSL272.59º57.45%72.35%-
HSV(B)272.59º36%88.24%-
XYZ44.336.0775.86-
YUV166.39161.08143.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=33.75%
G=25.85%
B=40.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881442250.160.3600.12272.5957.4572.35
HexBC90E110240C1113948
Octal274220341204401442171110
Binary10111100100100001110000110000100100011001000100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90E1; }

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

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

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

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

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

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

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

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