#BC8ECE

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

Shades of Wisteria #BC8ECE

Tints of Wisteria #BC8ECE

Color information

#BC8ECE (or 0xBC8ECE) is unknown color: approx Wisteria. HEX triplet: BC, 8E and CE. RGB value is (188,142,206). Sum of RGB (Red+Green+Blue) = 188+142+206=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ECE is #437131. Grayscale: #A2A2A2. Windows color (decimal): -4419890 or 13536956. OLE color: 13536956.

HSL color Cylindrical-coordinate representation of color #BC8ECE: hue angle of 283.12º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8ECE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188142206-
CMYK0.090.3100.19
HSL283.12º39.51%68.24%-
HSV(B)283.12º31.07%80.78%-
XYZ41.5534.4962.86-
YUV163.05152.24145.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=35.07%
G=26.49%
B=38.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881422060.090.3100.19283.1239.5168.24
HexBC8ECE91F01311b2844
Octal274216316113702343350104
Binary1011110010001110110011101001111110100111000110111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ECE; }

 p { color: rgb(188,142,206); }

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

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

 a { background-color: rgb(188,142,206); }

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

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

 span { border-color: rgb(188,142,206); }

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