#BAEEA6

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

Shades of Madang #BAEEA6

Tints of Madang #BAEEA6

Color information

#BAEEA6 (or 0xBAEEA6) is unknown color: approx Madang. HEX triplet: BA, EE and A6. RGB value is (186,238,166). Sum of RGB (Red+Green+Blue) = 186+238+166=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEA6 is #451159. Grayscale: #D6D6D6. Windows color (decimal): -4526426 or 10940090. OLE color: 10940090.

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

Color convert

RGB186238166-
CMYK0.2200.300.07
HSL103.33º67.92%79.22%-
HSV(B)103.33º30.25%93.33%-
XYZ57.7174.3447.38-
YUV214.24100.77107.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 166 (65.23% from 255) = 28.14%
R=31.53%
G=40.34%
B=28.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381660.2200.300.07103.3367.9279.22
HexBAEEA61601E767444f
Octal272356246260367147104117
Binary10111010111011101010011010110011110111110011110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEA6; }

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

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

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

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

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

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

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

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