#BAEAAB

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

Shades of Madang #BAEAAB

Tints of Madang #BAEAAB

Color information

#BAEAAB (or 0xBAEAAB) is unknown color: approx Madang. HEX triplet: BA, EA and AB. RGB value is (186,234,171). Sum of RGB (Red+Green+Blue) = 186+234+171=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAAB is #451554. Grayscale: #D4D4D4. Windows color (decimal): -4527445 or 11266746. OLE color: 11266746.

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

Color convert

RGB186234171-
CMYK0.2100.270.08
HSL105.71º60%79.41%-
HSV(B)105.71º26.92%91.76%-
XYZ57.0272.2349.46-
YUV212.47104.6109.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=31.47%
G=39.59%
B=28.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341710.2100.270.08105.716079.41
HexBAEAAB1501B86a3c4f
Octal272352253250331015274117
Binary10111010111010101010101110101011011100011010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAAB; }

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

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

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

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

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

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

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

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