#BAF0AE

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

Shades of Madang #BAF0AE

Tints of Madang #BAF0AE

Color information

#BAF0AE (or 0xBAF0AE) is unknown color: approx Madang. HEX triplet: BA, F0 and AE. RGB value is (186,240,174). Sum of RGB (Red+Green+Blue) = 186+240+174=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF0AE is #450F51. Grayscale: #D8D8D8. Windows color (decimal): -4525906 or 11464890. OLE color: 11464890.

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

Color convert

RGB186240174-
CMYK0.2200.280.06
HSL109.09º68.75%81.18%-
HSV(B)109.09º27.5%94.12%-
XYZ59.0575.8251.57-
YUV216.33104.11106.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 240 (94.14% from 255) = 40%
BLUE value IS 174 (68.36% from 255) = 29%
R=31%
G=40%
B=29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401740.2200.280.06109.0968.7581.18
HexBAF0AE1601C66d4551
Octal272360256260346155105121
Binary10111010111100001010111010110011100110110110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0AE; }

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

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

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

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

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

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

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

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