#BAECB1

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

Shades of Madang #BAECB1

Tints of Madang #BAECB1

Color information

#BAECB1 (or 0xBAECB1) is unknown color: approx Madang. HEX triplet: BA, EC and B1. RGB value is (186,236,177). Sum of RGB (Red+Green+Blue) = 186+236+177=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECB1 is #45134E. Grayscale: #D6D6D6. Windows color (decimal): -4526927 or 11660474. OLE color: 11660474.

HSL color Cylindrical-coordinate representation of color #BAECB1: hue angle of 110.85º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAECB1 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB186236177-
CMYK0.2100.250.07
HSL110.85º60.82%80.98%-
HSV(B)110.85º25%92.55%-
XYZ58.1873.652.74-
YUV214.32106.94107.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=31.05%
G=39.40%
B=29.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361770.2100.250.07110.8560.8280.98
HexBAECB11501976f3d51
Octal27235426125031715775121
Binary1011101011101100101100011010101100111111011111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECB1; }

 p { color: rgb(186,236,177); }

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

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

 a { background-color: rgb(186,236,177); }

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

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

 span { border-color: rgb(186,236,177); }

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