#BAE2AF

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

Shades of Madang #BAE2AF

Tints of Madang #BAE2AF

Color information

#BAE2AF (or 0xBAE2AF) is unknown color: approx Madang. HEX triplet: BA, E2 and AF. RGB value is (186,226,175). Sum of RGB (Red+Green+Blue) = 186+226+175=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE2AF is #451D50. Grayscale: #D0D0D0. Windows color (decimal): -4529489 or 11526842. OLE color: 11526842.

HSL color Cylindrical-coordinate representation of color #BAE2AF: hue angle of 107.06º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE2AF is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB186226175-
CMYK0.1800.230.11
HSL107.06º46.79%78.63%-
HSV(B)107.06º22.57%88.63%-
XYZ55.1867.9350.76-
YUV208.23109.25112.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=31.69%
G=38.50%
B=29.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261750.1800.230.11107.0646.7978.63
HexBAE2AF12017B6b2f4f
Octal272342257220271315357117
Binary10111010111000101010111110010010111101111010111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2AF; }

 p { color: rgb(186,226,175); }

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

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

 a { background-color: rgb(186,226,175); }

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

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

 span { border-color: rgb(186,226,175); }

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