#BAF7AC

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

Shades of Madang #BAF7AC

Tints of Madang #BAF7AC

Color information

#BAF7AC (or 0xBAF7AC) is unknown color: approx Madang. HEX triplet: BA, F7 and AC. RGB value is (186,247,172). Sum of RGB (Red+Green+Blue) = 186+247+172=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF7AC is #450853. Grayscale: #DCDCDC. Windows color (decimal): -4524116 or 11335610. OLE color: 11335610.

HSL color Cylindrical-coordinate representation of color #BAF7AC: hue angle of 108.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAF7AC is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB186247172-
CMYK0.2500.300.03
HSL108.8º82.42%82.16%-
HSV(B)108.8º30.36%96.86%-
XYZ60.9679.9451.25-
YUV220.21100.79103.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 247 (96.88% from 255) = 40.83%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=30.74%
G=40.83%
B=28.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471720.2500.300.03108.882.4282.16
HexBAF7AC1901E36d5252
Octal272367254310363155122122
Binary1011101011110111101011001100101111011110110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7AC; }

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

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

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

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

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

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

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

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