#BC9ECE

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

Shades of Wisteria #BC9ECE

Tints of Wisteria #BC9ECE

Color information

#BC9ECE (or 0xBC9ECE) is unknown color: approx Wisteria. HEX triplet: BC, 9E and CE. RGB value is (188,158,206). Sum of RGB (Red+Green+Blue) = 188+158+206=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ECE is #436131. Grayscale: #ACACAC. Windows color (decimal): -4415794 or 13541052. OLE color: 13541052.

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

Color convert

RGB188158206-
CMYK0.090.2300.19
HSL277.5º32.88%71.37%-
HSV(B)277.5º23.3%80.78%-
XYZ44.1139.663.71-
YUV172.44146.94139.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=34.06%
G=28.62%
B=37.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881582060.090.2300.19277.532.8871.37
HexBC9ECE9170131162147
Octal274236316112702342641107
Binary1011110010011110110011101001101110100111000101101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9ECE; }

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

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

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

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

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

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

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

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