#BAF0AB

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

Shades of Madang #BAF0AB

Tints of Madang #BAF0AB

Color information

#BAF0AB (or 0xBAF0AB) is unknown color: approx Madang. HEX triplet: BA, F0 and AB. RGB value is (186,240,171). Sum of RGB (Red+Green+Blue) = 186+240+171=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF0AB is #450F54. Grayscale: #D8D8D8. Windows color (decimal): -4525909 or 11268282. OLE color: 11268282.

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

Color convert

RGB186240171-
CMYK0.2200.290.06
HSL106.96º69.7%80.59%-
HSV(B)106.96º28.75%94.12%-
XYZ58.7675.750.04-
YUV215.99102.61106.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=31.16%
G=40.20%
B=28.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401710.2200.290.06106.9669.780.59
HexBAF0AB1601D66b4651
Octal272360253260356153106121
Binary10111010111100001010101110110011101110110101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0AB; }

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

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

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

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

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

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

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

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