#BAFFA0

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

Shades of Madang #BAFFA0

Tints of Madang #BAFFA0

Color information

#BAFFA0 (or 0xBAFFA0) is unknown color: approx Madang. HEX triplet: BA, FF and A0. RGB value is (186,255,160). Sum of RGB (Red+Green+Blue) = 186+255+160=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFA0 is #45005F. Grayscale: #DFDFDF. Windows color (decimal): -4522080 or 10551226. OLE color: 10551226.

HSL color Cylindrical-coordinate representation of color #BAFFA0: hue angle of 103.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAFFA0 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB186255160-
CMYK0.2700.370
HSL103.58º100%81.37%-
HSV(B)103.58º37.25%100%-
XYZ62.3584.546.28-
YUV223.5492.14101.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=30.95%
G=42.43%
B=26.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551600.2700.370103.5810081.37
HexBAFFA01B0250686451
Octal272377240330450150144121
Binary1011101011111111101000001101101001010110100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFA0; }

 p { color: rgb(186,255,160); }

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

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

 a { background-color: rgb(186,255,160); }

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

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

 span { border-color: rgb(186,255,160); }

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