#BAECA4

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

Shades of Madang #BAECA4

Tints of Madang #BAECA4

Color information

#BAECA4 (or 0xBAECA4) is unknown color: approx Madang. HEX triplet: BA, EC and A4. RGB value is (186,236,164). Sum of RGB (Red+Green+Blue) = 186+236+164=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECA4 is #45135B. Grayscale: #D5D5D5. Windows color (decimal): -4526940 or 10808506. OLE color: 10808506.

HSL color Cylindrical-coordinate representation of color #BAECA4: hue angle of 101.67º degrees, saturation: 0.65, 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 #BAECA4 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB186236164-
CMYK0.2100.310.07
HSL101.67º65.45%78.43%-
HSV(B)101.67º30.51%92.55%-
XYZ56.9573.1146.23-
YUV212.84100.44108.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=31.74%
G=40.27%
B=27.99%

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
Decimal1862361640.2100.310.07101.6765.4578.43
HexBAECA41501F766414e
Octal272354244250377146101116
Binary10111010111011001010010010101011111111110011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECA4; }

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

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

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

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

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

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

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

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