#baebac

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

Shades of Madang #BAEBAC

Tints of Madang #BAEBAC

Color information

#BAEBAC (or 0xBAEBAC) is unknown color: approx Madang. HEX triplet: BA, EB and AC. RGB value is (186,235,172). Sum of RGB (Red+Green+Blue) = 186+235+172=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBAC is #451453. Grayscale: #D5D5D5. Windows color (decimal): -4527188 or 11332538. OLE color: 11332538.

HSL color Cylindrical-coordinate representation of color #BAEBAC: hue angle of 106.67º 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 #BAEBAC is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB186235172-
CMYK0.2100.270.08
HSL106.67º61.17%79.8%-
HSV(B)106.67º26.81%92.16%-
XYZ57.472.8350.06-
YUV213.17104.77108.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=31.37%
G=39.63%
B=29.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351720.2100.270.08106.6761.1779.8
HexBAEBAC1501B86b3d50
Octal272353254250331015375120
Binary10111010111010111010110010101011011100011010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baebac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baebac; }

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

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

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

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

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

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

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

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