#BADCA4

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

Shades of Madang #BADCA4

Tints of Madang #BADCA4

Color information

#BADCA4 (or 0xBADCA4) is unknown color: approx Madang. HEX triplet: BA, DC and A4. RGB value is (186,220,164). Sum of RGB (Red+Green+Blue) = 186+220+164=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 164 (64.45% from 255 or 28.77% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCA4 is #45235B. Grayscale: #CBCBCB. Windows color (decimal): -4531036 or 10804410. OLE color: 10804410.

HSL color Cylindrical-coordinate representation of color #BADCA4: hue angle of 96.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADCA4 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB186220164-
CMYK0.1500.250.14
HSL96.43º44.44%75.29%-
HSV(B)96.43º25.45%86.27%-
XYZ52.5464.3144.76-
YUV203.45105.74115.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 164 (64.45% from 255) = 28.77%
R=32.63%
G=38.60%
B=28.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201640.1500.250.1496.4344.4475.29
HexBADCA4F019E602c4b
Octal272334244170311614054113
Binary1011101011011100101001001111011001111011000001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCA4; }

 p { color: rgb(186,220,164); }

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

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

 a { background-color: rgb(186,220,164); }

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

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

 span { border-color: rgb(186,220,164); }

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