#BAEDA1

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

Shades of Madang #BAEDA1

Tints of Madang #BAEDA1

Color information

#BAEDA1 (or 0xBAEDA1) is unknown color: approx Madang. HEX triplet: BA, ED and A1. RGB value is (186,237,161). Sum of RGB (Red+Green+Blue) = 186+237+161=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDA1 is #45125E. Grayscale: #D5D5D5. Windows color (decimal): -4526687 or 10612154. OLE color: 10612154.

HSL color Cylindrical-coordinate representation of color #BAEDA1: hue angle of 100.26º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEDA1 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB186237161-
CMYK0.2200.320.07
HSL100.26º67.86%78.04%-
HSV(B)100.26º32.07%92.94%-
XYZ56.9773.5844.92-
YUV213.0998.6108.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 237 (92.97% from 255) = 40.58%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=31.85%
G=40.58%
B=27.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371610.2200.320.07100.2667.8678.04
HexBAEDA116020764444e
Octal272355241260407144104116
Binary101110101110110110100001101100100000111110010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDA1; }

 p { color: rgb(186,237,161); }

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

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

 a { background-color: rgb(186,237,161); }

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

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

 span { border-color: rgb(186,237,161); }

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