#BAE1AB

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

Shades of Madang #BAE1AB

Tints of Madang #BAE1AB

Color information

#BAE1AB (or 0xBAE1AB) is unknown color: approx Madang. HEX triplet: BA, E1 and AB. RGB value is (186,225,171). Sum of RGB (Red+Green+Blue) = 186+225+171=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE1AB is #451E54. Grayscale: #CFCFCF. Windows color (decimal): -4529749 or 11264442. OLE color: 11264442.

HSL color Cylindrical-coordinate representation of color #BAE1AB: hue angle of 103.33º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE1AB is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB186225171-
CMYK0.1700.240.12
HSL103.33º47.37%77.65%-
HSV(B)103.33º24%88.24%-
XYZ54.5367.2348.63-
YUV207.18107.58112.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=31.96%
G=38.66%
B=29.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251710.1700.240.12103.3347.3777.65
HexBAE1AB11018C672f4e
Octal272341253210301414757116
Binary10111010111000011010101110001011000110011001111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1AB; }

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

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

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

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

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

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

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

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