#BAF8AB

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

Shades of Madang #BAF8AB

Tints of Madang #BAF8AB

Color information

#BAF8AB (or 0xBAF8AB) is unknown color: approx Madang. HEX triplet: BA, F8 and AB. RGB value is (186,248,171). Sum of RGB (Red+Green+Blue) = 186+248+171=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF8AB is #450754. Grayscale: #DCDCDC. Windows color (decimal): -4523861 or 11270330. OLE color: 11270330.

HSL color Cylindrical-coordinate representation of color #BAF8AB: hue angle of 108.31º 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 #BAF8AB is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB186248171-
CMYK0.2500.310.03
HSL108.31º84.62%82.16%-
HSV(B)108.31º31.05%97.25%-
XYZ61.1780.5150.84-
YUV220.6899.96103.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=30.74%
G=40.99%
B=28.26%

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
Decimal1862481710.2500.310.03108.3184.6282.16
HexBAF8AB1901F36c5552
Octal272370253310373154125122
Binary1011101011111000101010111100101111111110110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8AB; }

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

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

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

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

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

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

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

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