#BAF5AB

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

Shades of Madang #BAF5AB

Tints of Madang #BAF5AB

Color information

#BAF5AB (or 0xBAF5AB) is unknown color: approx Madang. HEX triplet: BA, F5 and AB. RGB value is (186,245,171). Sum of RGB (Red+Green+Blue) = 186+245+171=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF5AB is #450A54. Grayscale: #DBDBDB. Windows color (decimal): -4524629 or 11269562. OLE color: 11269562.

HSL color Cylindrical-coordinate representation of color #BAF5AB: hue angle of 107.84º degrees, saturation: 0.79, 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 #BAF5AB is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB186245171-
CMYK0.2400.300.04
HSL107.84º78.72%81.57%-
HSV(B)107.84º30.2%96.08%-
XYZ60.2578.6850.54-
YUV218.92100.95104.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 245 (96.09% from 255) = 40.70%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=30.90%
G=40.70%
B=28.41%

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
Decimal1862451710.2400.300.04107.8478.7281.57
HexBAF5AB1801E46c4f52
Octal272365253300364154117122
Binary10111010111101011010101111000011110100110110010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5AB; }

 p { color: rgb(186,245,171); }

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

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

 a { background-color: rgb(186,245,171); }

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

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

 span { border-color: rgb(186,245,171); }

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