#BAE4AB

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

Shades of Madang #BAE4AB

Tints of Madang #BAE4AB

Color information

#BAE4AB (or 0xBAE4AB) is unknown color: approx Madang. HEX triplet: BA, E4 and AB. RGB value is (186,228,171). Sum of RGB (Red+Green+Blue) = 186+228+171=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE4AB is #451B54. Grayscale: #D1D1D1. Windows color (decimal): -4528981 or 11265210. OLE color: 11265210.

HSL color Cylindrical-coordinate representation of color #BAE4AB: hue angle of 104.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE4AB is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB186228171-
CMYK0.1800.250.11
HSL104.21º51.35%78.24%-
HSV(B)104.21º25%89.41%-
XYZ55.3468.8748.9-
YUV208.94106.59111.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 228 (89.45% from 255) = 38.97%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=31.79%
G=38.97%
B=29.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281710.1800.250.11104.2151.3578.24
HexBAE4AB12019B68334e
Octal272344253220311315063116
Binary10111010111001001010101110010011001101111010001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4AB; }

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

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

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

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

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

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

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

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