#BAE7AD

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

Shades of Madang #BAE7AD

Tints of Madang #BAE7AD

Color information

#BAE7AD (or 0xBAE7AD) is unknown color: approx Madang. HEX triplet: BA, E7 and AD. RGB value is (186,231,173). Sum of RGB (Red+Green+Blue) = 186+231+173=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE7AD is #451852. Grayscale: #D3D3D3. Windows color (decimal): -4528211 or 11397050. OLE color: 11397050.

HSL color Cylindrical-coordinate representation of color #BAE7AD: hue angle of 106.55º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE7AD is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB186231173-
CMYK0.1900.250.09
HSL106.55º54.72%79.22%-
HSV(B)106.55º25.11%90.59%-
XYZ56.3770.6150.19-
YUV210.93106.59110.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 231 (90.62% from 255) = 39.15%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=31.53%
G=39.15%
B=29.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311730.1900.250.09106.5554.7279.22
HexBAE7AD1301996b374f
Octal272347255230311115367117
Binary10111010111001111010110110011011001100111010111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7AD; }

 p { color: rgb(186,231,173); }

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

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

 a { background-color: rgb(186,231,173); }

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

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

 span { border-color: rgb(186,231,173); }

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