#BAD9AE

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

Shades of Madang #BAD9AE

Tints of Madang #BAD9AE

Color information

#BAD9AE (or 0xBAD9AE) is unknown color: approx Madang. HEX triplet: BA, D9 and AE. RGB value is (186,217,174). Sum of RGB (Red+Green+Blue) = 186+217+174=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD9AE is #452651. Grayscale: #CACACA. Windows color (decimal): -4531794 or 11459002. OLE color: 11459002.

HSL color Cylindrical-coordinate representation of color #BAD9AE: hue angle of 103.26º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAD9AE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB186217174-
CMYK0.1400.200.15
HSL103.26º36.13%76.67%-
HSV(B)103.26º19.82%85.1%-
XYZ52.763.1249.45-
YUV202.83111.73116-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=32.24%
G=37.61%
B=30.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171740.1400.200.15103.2636.1376.67
HexBAD9AEE014F67244d
Octal272331256160241714744115
Binary1011101011011001101011101110010100111111001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9AE; }

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

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

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

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

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

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

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

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