#BAF0AC

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

Shades of Madang #BAF0AC

Tints of Madang #BAF0AC

Color information

#BAF0AC (or 0xBAF0AC) is unknown color: approx Madang. HEX triplet: BA, F0 and AC. RGB value is (186,240,172). Sum of RGB (Red+Green+Blue) = 186+240+172=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF0AC is #450F53. Grayscale: #D8D8D8. Windows color (decimal): -4525908 or 11333818. OLE color: 11333818.

HSL color Cylindrical-coordinate representation of color #BAF0AC: hue angle of 107.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAF0AC is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB186240172-
CMYK0.2200.280.06
HSL107.65º69.39%80.78%-
HSV(B)107.65º28.33%94.12%-
XYZ58.8675.7450.55-
YUV216.1103.11106.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=31.10%
G=40.13%
B=28.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401720.2200.280.06107.6569.3980.78
HexBAF0AC1601C66c4551
Octal272360254260346154105121
Binary10111010111100001010110010110011100110110110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0AC; }

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

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

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

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

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

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

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

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