#BAF8AD

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

Shades of Madang #BAF8AD

Tints of Madang #BAF8AD

Color information

#BAF8AD (or 0xBAF8AD) is unknown color: approx Madang. HEX triplet: BA, F8 and AD. RGB value is (186,248,173). Sum of RGB (Red+Green+Blue) = 186+248+173=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF8AD is #450752. Grayscale: #DDDDDD. Windows color (decimal): -4523859 or 11401402. OLE color: 11401402.

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

Color convert

RGB186248173-
CMYK0.2500.300.03
HSL109.6º84.27%82.55%-
HSV(B)109.6º30.24%97.25%-
XYZ61.3680.5951.86-
YUV220.91100.96103.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 248 (97.27% from 255) = 40.86%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=30.64%
G=40.86%
B=28.50%

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
Decimal1862481730.2500.300.03109.684.2782.55
HexBAF8AD1901E36e5453
Octal272370255310363156124123
Binary1011101011111000101011011100101111011110111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8AD; }

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

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

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

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

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

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

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

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