#BAEEA1

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

Shades of Madang #BAEEA1

Tints of Madang #BAEEA1

Color information

#BAEEA1 (or 0xBAEEA1) is unknown color: approx Madang. HEX triplet: BA, EE and A1. RGB value is (186,238,161). Sum of RGB (Red+Green+Blue) = 186+238+161=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEA1 is #45115E. Grayscale: #D5D5D5. Windows color (decimal): -4526431 or 10612410. OLE color: 10612410.

HSL color Cylindrical-coordinate representation of color #BAEEA1: hue angle of 100.52º degrees, saturation: 0.69, 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 #BAEEA1 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB186238161-
CMYK0.2200.320.07
HSL100.52º69.37%78.24%-
HSV(B)100.52º32.35%93.33%-
XYZ57.2674.1645.02-
YUV213.6798.27108.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=31.79%
G=40.68%
B=27.52%

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
Decimal1862381610.2200.320.07100.5269.3778.24
HexBAEEA116020765454e
Octal272356241260407145105116
Binary101110101110111010100001101100100000111110010110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEA1; }

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

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

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

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

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

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

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

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