#BAF7AD

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

Shades of Madang #BAF7AD

Tints of Madang #BAF7AD

Color information

#BAF7AD (or 0xBAF7AD) is unknown color: approx Madang. HEX triplet: BA, F7 and AD. RGB value is (186,247,173). Sum of RGB (Red+Green+Blue) = 186+247+173=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF7AD is #450852. Grayscale: #DCDCDC. Windows color (decimal): -4524115 or 11401146. OLE color: 11401146.

HSL color Cylindrical-coordinate representation of color #BAF7AD: hue angle of 109.46º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAF7AD is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB186247173-
CMYK0.2500.300.03
HSL109.46º82.22%82.35%-
HSV(B)109.46º29.96%96.86%-
XYZ61.0579.9851.75-
YUV220.32101.29103.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 247 (96.88% from 255) = 40.76%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=30.69%
G=40.76%
B=28.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471730.2500.300.03109.4682.2282.35
HexBAF7AD1901E36d5252
Octal272367255310363155122122
Binary1011101011110111101011011100101111011110110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7AD; }

 p { color: rgb(186,247,173); }

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

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

 a { background-color: rgb(186,247,173); }

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

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

 span { border-color: rgb(186,247,173); }

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