#BADDAC

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

Shades of Madang #BADDAC

Tints of Madang #BADDAC

Color information

#BADDAC (or 0xBADDAC) is unknown color: approx Madang. HEX triplet: BA, DD and AC. RGB value is (186,221,172). Sum of RGB (Red+Green+Blue) = 186+221+172=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDAC is #452253. Grayscale: #CDCDCD. Windows color (decimal): -4530772 or 11328954. OLE color: 11328954.

HSL color Cylindrical-coordinate representation of color #BADDAC: hue angle of 102.86º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADDAC is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB186221172-
CMYK0.1600.220.13
HSL102.86º41.88%77.06%-
HSV(B)102.86º22.17%86.67%-
XYZ53.5565.1348.78-
YUV204.95109.4114.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=32.12%
G=38.17%
B=29.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211720.1600.220.13102.8641.8877.06
HexBADDAC10016D672a4d
Octal272335254200261514752115
Binary10111010110111011010110010000010110110111001111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDAC; }

 p { color: rgb(186,221,172); }

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

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

 a { background-color: rgb(186,221,172); }

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

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

 span { border-color: rgb(186,221,172); }

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