#BAEFAE

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

Shades of Madang #BAEFAE

Tints of Madang #BAEFAE

Color information

#BAEFAE (or 0xBAEFAE) is unknown color: approx Madang. HEX triplet: BA, EF and AE. RGB value is (186,239,174). Sum of RGB (Red+Green+Blue) = 186+239+174=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEFAE is #451051. Grayscale: #D7D7D7. Windows color (decimal): -4526162 or 11464634. OLE color: 11464634.

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

Color convert

RGB186239174-
CMYK0.2200.270.06
HSL108.92º67.01%80.98%-
HSV(B)108.92º27.2%93.73%-
XYZ58.7675.2351.47-
YUV215.74104.44106.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=31.05%
G=39.90%
B=29.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391740.2200.270.06108.9267.0180.98
HexBAEFAE1601B66d4351
Octal272357256260336155103121
Binary10111010111011111010111010110011011110110110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFAE; }

 p { color: rgb(186,239,174); }

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

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

 a { background-color: rgb(186,239,174); }

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

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

 span { border-color: rgb(186,239,174); }

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