#BAECA1

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

Shades of Madang #BAECA1

Tints of Madang #BAECA1

Color information

#BAECA1 (or 0xBAECA1) is unknown color: approx Madang. HEX triplet: BA, EC and A1. RGB value is (186,236,161). Sum of RGB (Red+Green+Blue) = 186+236+161=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECA1 is #45135E. Grayscale: #D4D4D4. Windows color (decimal): -4526943 or 10611898. OLE color: 10611898.

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

Color convert

RGB186236161-
CMYK0.2100.320.07
HSL100º66.37%77.84%-
HSV(B)100º31.78%92.55%-
XYZ56.687344.82-
YUV212.598.94109.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=31.90%
G=40.48%
B=27.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361610.2100.320.0710066.3777.84
HexBAECA115020764424e
Octal272354241250407144102116
Binary101110101110110010100001101010100000111110010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECA1; }

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

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

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

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

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

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

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

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