#BAE8AD

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

Shades of Madang #BAE8AD

Tints of Madang #BAE8AD

Color information

#BAE8AD (or 0xBAE8AD) is unknown color: approx Madang. HEX triplet: BA, E8 and AD. RGB value is (186,232,173). Sum of RGB (Red+Green+Blue) = 186+232+173=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE8AD is #451752. Grayscale: #D3D3D3. Windows color (decimal): -4527955 or 11397306. OLE color: 11397306.

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

Color convert

RGB186232173-
CMYK0.2000.250.09
HSL106.78º56.19%79.41%-
HSV(B)106.78º25.43%90.98%-
XYZ56.6571.1750.29-
YUV211.52106.26109.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 232 (91.02% from 255) = 39.26%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=31.47%
G=39.26%
B=29.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321730.2000.250.09106.7856.1979.41
HexBAE8AD1401996b384f
Octal272350255240311115370117
Binary10111010111010001010110110100011001100111010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8AD; }

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

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

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

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

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

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

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

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