#BAE1B3

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

Shades of Madang #BAE1B3

Tints of Madang #BAE1B3

Color information

#BAE1B3 (or 0xBAE1B3) is unknown color: approx Madang. HEX triplet: BA, E1 and B3. RGB value is (186,225,179). Sum of RGB (Red+Green+Blue) = 186+225+179=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1B3 is #451E4C. Grayscale: #D0D0D0. Windows color (decimal): -4529741 or 11788730. OLE color: 11788730.

HSL color Cylindrical-coordinate representation of color #BAE1B3: hue angle of 110.87º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE1B3 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB186225179-
CMYK0.1700.200.12
HSL110.87º43.4%79.22%-
HSV(B)110.87º20.44%88.24%-
XYZ55.3167.5452.77-
YUV208.1111.58112.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 225 (88.28% from 255) = 38.14%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=31.53%
G=38.14%
B=30.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251790.1700.200.12110.8743.479.22
HexBAE1B311014C6f2b4f
Octal272341263210241415753117
Binary10111010111000011011001110001010100110011011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1B3; }

 p { color: rgb(186,225,179); }

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

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

 a { background-color: rgb(186,225,179); }

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

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

 span { border-color: rgb(186,225,179); }

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