#BAF6B1

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

Shades of Madang #BAF6B1

Tints of Madang #BAF6B1

Color information

#BAF6B1 (or 0xBAF6B1) is unknown color: approx Madang. HEX triplet: BA, F6 and B1. RGB value is (186,246,177). Sum of RGB (Red+Green+Blue) = 186+246+177=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF6B1 is #45094E. Grayscale: #DCDCDC. Windows color (decimal): -4524367 or 11663034. OLE color: 11663034.

HSL color Cylindrical-coordinate representation of color #BAF6B1: hue angle of 112.17º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAF6B1 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB186246177-
CMYK0.2400.280.04
HSL112.17º79.31%82.94%-
HSV(B)112.17º28.05%96.47%-
XYZ61.1479.5253.72-
YUV220.19103.62103.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=30.54%
G=40.39%
B=29.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461770.2400.280.04112.1779.3182.94
HexBAF6B11801C4704f53
Octal272366261300344160117123
Binary10111010111101101011000111000011100100111000010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6B1; }

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

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

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

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

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

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

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

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