#BAECA3

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

Shades of Madang #BAECA3

Tints of Madang #BAECA3

Color information

#BAECA3 (or 0xBAECA3) is unknown color: approx Madang. HEX triplet: BA, EC and A3. RGB value is (186,236,163). Sum of RGB (Red+Green+Blue) = 186+236+163=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECA3 is #45135C. Grayscale: #D4D4D4. Windows color (decimal): -4526941 or 10742970. OLE color: 10742970.

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

Color convert

RGB186236163-
CMYK0.2100.310.07
HSL101.1º65.77%78.24%-
HSV(B)101.1º30.93%92.55%-
XYZ56.8673.0745.76-
YUV212.7399.94108.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 163 (64.06% from 255) = 27.86%
R=31.79%
G=40.34%
B=27.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361630.2100.310.07101.165.7778.24
HexBAECA31501F765424e
Octal272354243250377145102116
Binary10111010111011001010001110101011111111110010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECA3; }

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

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

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

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

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

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

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

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