#BAD9AF

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

Shades of Madang #BAD9AF

Tints of Madang #BAD9AF

Color information

#BAD9AF (or 0xBAD9AF) is unknown color: approx Madang. HEX triplet: BA, D9 and AF. RGB value is (186,217,175). Sum of RGB (Red+Green+Blue) = 186+217+175=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD9AF is #452650. Grayscale: #CBCBCB. Windows color (decimal): -4531793 or 11524538. OLE color: 11524538.

HSL color Cylindrical-coordinate representation of color #BAD9AF: hue angle of 104.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD9AF is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB186217175-
CMYK0.1400.190.15
HSL104.29º35.59%76.86%-
HSV(B)104.29º19.35%85.1%-
XYZ52.863.1649.97-
YUV202.94112.23115.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=32.18%
G=37.54%
B=30.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171750.1400.190.15104.2935.5976.86
HexBAD9AFE013F68244d
Octal272331257160231715044115
Binary1011101011011001101011111110010011111111010001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9AF; }

 p { color: rgb(186,217,175); }

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

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

 a { background-color: rgb(186,217,175); }

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

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

 span { border-color: rgb(186,217,175); }

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