#BAE8B4

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

Shades of Madang #BAE8B4

Tints of Madang #BAE8B4

Color information

#BAE8B4 (or 0xBAE8B4) is unknown color: approx Madang. HEX triplet: BA, E8 and B4. RGB value is (186,232,180). Sum of RGB (Red+Green+Blue) = 186+232+180=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8B4 is #45174B. Grayscale: #D4D4D4. Windows color (decimal): -4527948 or 11856058. OLE color: 11856058.

HSL color Cylindrical-coordinate representation of color #BAE8B4: hue angle of 113.08º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE8B4 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB186232180-
CMYK0.2000.220.09
HSL113.08º53.06%80.78%-
HSV(B)113.08º22.41%90.98%-
XYZ57.3471.4553.95-
YUV212.32109.76109.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 232 (91.02% from 255) = 38.80%
BLUE value IS 180 (70.70% from 255) = 30.10%
R=31.10%
G=38.80%
B=30.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321800.2000.220.09113.0853.0680.78
HexBAE8B4140169713551
Octal272350264240261116165121
Binary10111010111010001011010010100010110100111100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8B4; }

 p { color: rgb(186,232,180); }

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

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

 a { background-color: rgb(186,232,180); }

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

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

 span { border-color: rgb(186,232,180); }

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