#BAEEA7

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

Shades of Madang #BAEEA7

Tints of Madang #BAEEA7

Color information

#BAEEA7 (or 0xBAEEA7) is unknown color: approx Madang. HEX triplet: BA, EE and A7. RGB value is (186,238,167). Sum of RGB (Red+Green+Blue) = 186+238+167=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEA7 is #451158. Grayscale: #D6D6D6. Windows color (decimal): -4526425 or 11005626. OLE color: 11005626.

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

Color convert

RGB186238167-
CMYK0.2200.300.07
HSL103.94º67.62%79.41%-
HSV(B)103.94º29.83%93.33%-
XYZ57.874.3847.87-
YUV214.36101.27107.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=31.47%
G=40.27%
B=28.26%

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
Decimal1862381670.2200.300.07103.9467.6279.41
HexBAEEA71601E768444f
Octal272356247260367150104117
Binary10111010111011101010011110110011110111110100010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEA7; }

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

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

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

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

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

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

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

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