#BC8ECC

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

Shades of East Side #BC8ECC

Tints of East Side #BC8ECC

Color information

#BC8ECC (or 0xBC8ECC) is unknown color: approx East Side. HEX triplet: BC, 8E and CC. RGB value is (188,142,204). Sum of RGB (Red+Green+Blue) = 188+142+204=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ECC is #437133. Grayscale: #A2A2A2. Windows color (decimal): -4419892 or 13405884. OLE color: 13405884.

HSL color Cylindrical-coordinate representation of color #BC8ECC: hue angle of 284.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8ECC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188142204-
CMYK0.080.3000.2
HSL284.52º37.8%67.84%-
HSV(B)284.52º30.39%80%-
XYZ41.3134.461.59-
YUV162.82151.24145.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=35.21%
G=26.59%
B=38.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881422040.080.3000.2284.5237.867.84
HexBC8ECC81E01411d2644
Octal274216314103602443546104
Binary1011110010001110110011001000111100101001000111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ECC; }

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

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

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

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

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

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

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

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