#BAF0AF

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

Shades of Madang #BAF0AF

Tints of Madang #BAF0AF

Color information

#BAF0AF (or 0xBAF0AF) is unknown color: approx Madang. HEX triplet: BA, F0 and AF. RGB value is (186,240,175). Sum of RGB (Red+Green+Blue) = 186+240+175=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF0AF is #450F50. Grayscale: #D8D8D8. Windows color (decimal): -4525905 or 11530426. OLE color: 11530426.

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

Color convert

RGB186240175-
CMYK0.2200.270.06
HSL109.85º68.42%81.37%-
HSV(B)109.85º27.08%94.12%-
XYZ59.1575.8552.08-
YUV216.44104.61106.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=30.95%
G=39.93%
B=29.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401750.2200.270.06109.8568.4281.37
HexBAF0AF1601B66e4451
Octal272360257260336156104121
Binary10111010111100001010111110110011011110110111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0AF; }

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

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

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

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

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

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

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

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