#BAEAAD

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

Shades of Madang #BAEAAD

Tints of Madang #BAEAAD

Color information

#BAEAAD (or 0xBAEAAD) is unknown color: approx Madang. HEX triplet: BA, EA and AD. RGB value is (186,234,173). Sum of RGB (Red+Green+Blue) = 186+234+173=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAAD is #451552. Grayscale: #D4D4D4. Windows color (decimal): -4527443 or 11397818. OLE color: 11397818.

HSL color Cylindrical-coordinate representation of color #BAEAAD: hue angle of 107.21º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEAAD is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB186234173-
CMYK0.2100.260.08
HSL107.21º59.22%79.8%-
HSV(B)107.21º26.07%91.76%-
XYZ57.2272.350.48-
YUV212.69105.6108.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=31.37%
G=39.46%
B=29.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341730.2100.260.08107.2159.2279.8
HexBAEAAD1501A86b3b50
Octal272352255250321015373120
Binary10111010111010101010110110101011010100011010111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAAD; }

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

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

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

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

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

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

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

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