#BAF2B1

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

Shades of Madang #BAF2B1

Tints of Madang #BAF2B1

Color information

#BAF2B1 (or 0xBAF2B1) is unknown color: approx Madang. HEX triplet: BA, F2 and B1. RGB value is (186,242,177). Sum of RGB (Red+Green+Blue) = 186+242+177=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF2B1 is #450D4E. Grayscale: #DADADA. Windows color (decimal): -4525391 or 11662010. OLE color: 11662010.

HSL color Cylindrical-coordinate representation of color #BAF2B1: hue angle of 111.69º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF2B1 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB186242177-
CMYK0.2300.270.05
HSL111.69º71.43%82.16%-
HSV(B)111.69º26.86%94.9%-
XYZ59.9477.1253.32-
YUV217.85104.95105.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=30.74%
G=40%
B=29.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862421770.2300.270.05111.6971.4382.16
HexBAF2B11701B5704752
Octal272362261270335160107122
Binary10111010111100101011000110111011011101111000010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2B1; }

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

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

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

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

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

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

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

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