#baf6ac

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

Shades of Madang #BAF6AC

Tints of Madang #BAF6AC

Color information

#BAF6AC (or 0xBAF6AC) is unknown color: approx Madang. HEX triplet: BA, F6 and AC. RGB value is (186,246,172). Sum of RGB (Red+Green+Blue) = 186+246+172=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF6AC is #450953. Grayscale: #DBDBDB. Windows color (decimal): -4524372 or 11335354. OLE color: 11335354.

HSL color Cylindrical-coordinate representation of color #BAF6AC: hue angle of 108.65º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAF6AC is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB186246172-
CMYK0.2400.300.04
HSL108.65º80.43%81.96%-
HSV(B)108.65º30.08%96.47%-
XYZ60.6579.3351.15-
YUV219.62101.12104.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 246 (96.48% from 255) = 40.73%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=30.79%
G=40.73%
B=28.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461720.2400.300.04108.6580.4381.96
HexBAF6AC1801E46d5052
Octal272366254300364155120122
Binary10111010111101101010110011000011110100110110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baf6ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baf6ac; }

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

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

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

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

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

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

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

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