#BAF8AA

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

Shades of Madang #BAF8AA

Tints of Madang #BAF8AA

Color information

#BAF8AA (or 0xBAF8AA) is unknown color: approx Madang. HEX triplet: BA, F8 and AA. RGB value is (186,248,170). Sum of RGB (Red+Green+Blue) = 186+248+170=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF8AA is #450755. Grayscale: #DCDCDC. Windows color (decimal): -4523862 or 11204794. OLE color: 11204794.

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

Color convert

RGB186248170-
CMYK0.2500.310.03
HSL107.69º84.78%81.96%-
HSV(B)107.69º31.45%97.25%-
XYZ61.0780.4850.34-
YUV220.5799.46103.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 248 (97.27% from 255) = 41.06%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=30.79%
G=41.06%
B=28.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481700.2500.310.03107.6984.7881.96
HexBAF8AA1901F36c5552
Octal272370252310373154125122
Binary1011101011111000101010101100101111111110110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8AA; }

 p { color: rgb(186,248,170); }

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

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

 a { background-color: rgb(186,248,170); }

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

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

 span { border-color: rgb(186,248,170); }

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