#BCECAC

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

Shades of Madang #BCECAC

Tints of Madang #BCECAC

Color information

#BCECAC (or 0xBCECAC) is unknown color: approx Madang. HEX triplet: BC, EC and AC. RGB value is (188,236,172). Sum of RGB (Red+Green+Blue) = 188+236+172=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECAC is #431353. Grayscale: #D6D6D6. Windows color (decimal): -4395860 or 11332796. OLE color: 11332796.

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

Color convert

RGB188236172-
CMYK0.2000.270.07
HSL105º62.75%80%-
HSV(B)105º27.12%92.55%-
XYZ58.1873.6650.18-
YUV214.35104.1109.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=31.54%
G=39.60%
B=28.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361720.2000.270.0710562.7580
HexBCECAC1401B7693f50
Octal27435425424033715177120
Binary1011110011101100101011001010001101111111010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECAC; }

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

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

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

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

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

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

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

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