#BAEEAD

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

Shades of Madang #BAEEAD

Tints of Madang #BAEEAD

Color information

#BAEEAD (or 0xBAEEAD) is unknown color: approx Madang. HEX triplet: BA, EE and AD. RGB value is (186,238,173). Sum of RGB (Red+Green+Blue) = 186+238+173=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEAD is #451152. Grayscale: #D7D7D7. Windows color (decimal): -4526419 or 11398842. OLE color: 11398842.

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

Color convert

RGB186238173-
CMYK0.2200.270.07
HSL108º65.66%80.59%-
HSV(B)108º27.31%93.33%-
XYZ58.3774.6150.86-
YUV215.04104.27107.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=31.16%
G=39.87%
B=28.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381730.2200.270.0710865.6680.59
HexBAEEAD1601B76c4251
Octal272356255260337154102121
Binary10111010111011101010110110110011011111110110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEAD; }

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

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

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

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

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

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

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

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