#BADCA5

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

Shades of Madang #BADCA5

Tints of Madang #BADCA5

Color information

#BADCA5 (or 0xBADCA5) is unknown color: approx Madang. HEX triplet: BA, DC and A5. RGB value is (186,220,165). Sum of RGB (Red+Green+Blue) = 186+220+165=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCA5 is #45235A. Grayscale: #CBCBCB. Windows color (decimal): -4531035 or 10869946. OLE color: 10869946.

HSL color Cylindrical-coordinate representation of color #BADCA5: hue angle of 97.09º 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 #BADCA5 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB186220165-
CMYK0.1500.250.14
HSL97.09º44%75.49%-
HSV(B)97.09º25%86.27%-
XYZ52.6364.3445.24-
YUV203.56106.24115.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=32.57%
G=38.53%
B=28.90%

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
Decimal1862201650.1500.250.1497.094475.49
HexBADCA5F019E612c4b
Octal272334245170311614154113
Binary1011101011011100101001011111011001111011000011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCA5; }

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

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

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

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

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

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

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

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