#BAE0B0

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

Shades of Madang #BAE0B0

Tints of Madang #BAE0B0

Color information

#BAE0B0 (or 0xBAE0B0) is unknown color: approx Madang. HEX triplet: BA, E0 and B0. RGB value is (186,224,176). Sum of RGB (Red+Green+Blue) = 186+224+176=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE0B0 is #451F4F. Grayscale: #CFCFCF. Windows color (decimal): -4530000 or 11591866. OLE color: 11591866.

HSL color Cylindrical-coordinate representation of color #BAE0B0: hue angle of 107.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE0B0 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB186224176-
CMYK0.1700.210.12
HSL107.5º43.64%78.43%-
HSV(B)107.5º21.43%87.84%-
XYZ54.7466.8951.1-
YUV207.17110.41112.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=31.74%
G=38.23%
B=30.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241760.1700.210.12107.543.6478.43
HexBAE0B011015C6b2c4e
Octal272340260210251415354116
Binary10111010111000001011000010001010101110011010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0B0; }

 p { color: rgb(186,224,176); }

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

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

 a { background-color: rgb(186,224,176); }

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

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

 span { border-color: rgb(186,224,176); }

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