#BAEAB5

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

Shades of Madang #BAEAB5

Tints of Madang #BAEAB5

Color information

#BAEAB5 (or 0xBAEAB5) is unknown color: approx Madang. HEX triplet: BA, EA and B5. RGB value is (186,234,181). Sum of RGB (Red+Green+Blue) = 186+234+181=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB5 is #45154A. Grayscale: #D5D5D5. Windows color (decimal): -4527435 or 11922106. OLE color: 11922106.

HSL color Cylindrical-coordinate representation of color #BAEAB5: hue angle of 114.34º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEAB5 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB186234181-
CMYK0.2100.230.08
HSL114.34º55.79%81.37%-
HSV(B)114.34º22.65%91.76%-
XYZ58.0172.6254.68-
YUV213.61109.6108.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=30.95%
G=38.94%
B=30.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341810.2100.230.08114.3455.7981.37
HexBAEAB5150178723851
Octal272352265250271016270121
Binary10111010111010101011010110101010111100011100101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAB5; }

 p { color: rgb(186,234,181); }

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

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

 a { background-color: rgb(186,234,181); }

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

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

 span { border-color: rgb(186,234,181); }

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