#BAF1AC

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

Shades of Madang #BAF1AC

Tints of Madang #BAF1AC

Color information

#BAF1AC (or 0xBAF1AC) is unknown color: approx Madang. HEX triplet: BA, F1 and AC. RGB value is (186,241,172). Sum of RGB (Red+Green+Blue) = 186+241+172=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF1AC is #450E53. Grayscale: #D8D8D8. Windows color (decimal): -4525652 or 11334074. OLE color: 11334074.

HSL color Cylindrical-coordinate representation of color #BAF1AC: hue angle of 107.83º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF1AC is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB186241172-
CMYK0.2300.290.05
HSL107.83º71.13%80.98%-
HSV(B)107.83º28.63%94.51%-
XYZ59.1576.3350.64-
YUV216.69102.78106.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=31.05%
G=40.23%
B=28.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411720.2300.290.05107.8371.1380.98
HexBAF1AC1701D56c4751
Octal272361254270355154107121
Binary10111010111100011010110010111011101101110110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1AC; }

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

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

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

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

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

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

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

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