#BAF6AB

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

Shades of Madang #BAF6AB

Tints of Madang #BAF6AB

Color information

#BAF6AB (or 0xBAF6AB) is unknown color: approx Madang. HEX triplet: BA, F6 and AB. RGB value is (186,246,171). Sum of RGB (Red+Green+Blue) = 186+246+171=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF6AB is #450954. Grayscale: #DBDBDB. Windows color (decimal): -4524373 or 11269818. OLE color: 11269818.

HSL color Cylindrical-coordinate representation of color #BAF6AB: hue angle of 108º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAF6AB is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB186246171-
CMYK0.2400.300.04
HSL108º80.65%81.76%-
HSV(B)108º30.49%96.47%-
XYZ60.5679.2950.64-
YUV219.51100.62104.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 246 (96.48% from 255) = 40.80%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=30.85%
G=40.80%
B=28.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461710.2400.300.0410880.6581.76
HexBAF6AB1801E46c5152
Octal272366253300364154121122
Binary10111010111101101010101111000011110100110110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6AB; }

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

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

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

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

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

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

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

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