#BCEBAC

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

Shades of Madang #BCEBAC

Tints of Madang #BCEBAC

Color information

#BCEBAC (or 0xBCEBAC) is unknown color: approx Madang. HEX triplet: BC, EB and AC. RGB value is (188,235,172). Sum of RGB (Red+Green+Blue) = 188+235+172=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEBAC is #431453. Grayscale: #D5D5D5. Windows color (decimal): -4396116 or 11332540. OLE color: 11332540.

HSL color Cylindrical-coordinate representation of color #BCEBAC: hue angle of 104.76º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCEBAC is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB188235172-
CMYK0.200.270.08
HSL104.76º61.17%79.8%-
HSV(B)104.76º26.81%92.16%-
XYZ57.8973.0950.09-
YUV213.76104.43109.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=31.60%
G=39.50%
B=28.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351720.200.270.08104.7661.1779.8
HexBCEBAC1401B8693d50
Octal274353254240331015175120
Binary10111100111010111010110010100011011100011010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBAC; }

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

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

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

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

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

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

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

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