#BAF1AD

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

Shades of Madang #BAF1AD

Tints of Madang #BAF1AD

Color information

#BAF1AD (or 0xBAF1AD) is unknown color: approx Madang. HEX triplet: BA, F1 and AD. RGB value is (186,241,173). Sum of RGB (Red+Green+Blue) = 186+241+173=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF1AD is #450E52. Grayscale: #D9D9D9. Windows color (decimal): -4525651 or 11399610. OLE color: 11399610.

HSL color Cylindrical-coordinate representation of color #BAF1AD: hue angle of 108.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAF1AD is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB186241173-
CMYK0.2300.280.05
HSL108.53º70.83%81.18%-
HSV(B)108.53º28.22%94.51%-
XYZ59.2576.3751.15-
YUV216.8103.28106.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=31%
G=40.17%
B=28.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411730.2300.280.05108.5370.8381.18
HexBAF1AD1701C56d4751
Octal272361255270345155107121
Binary10111010111100011010110110111011100101110110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1AD; }

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

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

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

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

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

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

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

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