#BCECB6

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

Shades of Madang #BCECB6

Tints of Madang #BCECB6

Color information

#BCECB6 (or 0xBCECB6) is unknown color: approx Madang. HEX triplet: BC, EC and B6. RGB value is (188,236,182). Sum of RGB (Red+Green+Blue) = 188+236+182=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECB6 is #431349. Grayscale: #D7D7D7. Windows color (decimal): -4395850 or 11988156. OLE color: 11988156.

HSL color Cylindrical-coordinate representation of color #BCECB6: hue angle of 113.33º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCECB6 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB188236182-
CMYK0.2000.230.07
HSL113.33º58.7%81.96%-
HSV(B)113.33º22.88%92.55%-
XYZ59.1874.0655.43-
YUV215.49109.1108.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=31.02%
G=38.94%
B=30.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361820.2000.230.07113.3358.781.96
HexBCECB6140177713b52
Octal27435426624027716173122
Binary1011110011101100101101101010001011111111100011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECB6; }

 p { color: rgb(188,236,182); }

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

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

 a { background-color: rgb(188,236,182); }

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

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

 span { border-color: rgb(188,236,182); }

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