#BAE8AC

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

Shades of Madang #BAE8AC

Tints of Madang #BAE8AC

Color information

#BAE8AC (or 0xBAE8AC) is unknown color: approx Madang. HEX triplet: BA, E8 and AC. RGB value is (186,232,172). Sum of RGB (Red+Green+Blue) = 186+232+172=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE8AC is #451753. Grayscale: #D3D3D3. Windows color (decimal): -4527956 or 11331770. OLE color: 11331770.

HSL color Cylindrical-coordinate representation of color #BAE8AC: hue angle of 106º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE8AC is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB186232172-
CMYK0.2000.260.09
HSL106º56.6%79.22%-
HSV(B)106º25.86%90.98%-
XYZ56.5571.1349.78-
YUV211.41105.76109.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=31.53%
G=39.32%
B=29.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321720.2000.260.0910656.679.22
HexBAE8AC1401A96a394f
Octal272350254240321115271117
Binary10111010111010001010110010100011010100111010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8AC; }

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

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

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

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

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

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

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

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