#BADBAC

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

Shades of Madang #BADBAC

Tints of Madang #BADBAC

Color information

#BADBAC (or 0xBADBAC) is unknown color: approx Madang. HEX triplet: BA, DB and AC. RGB value is (186,219,172). Sum of RGB (Red+Green+Blue) = 186+219+172=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBAC is #452453. Grayscale: #CBCBCB. Windows color (decimal): -4531284 or 11328442. OLE color: 11328442.

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

Color convert

RGB186219172-
CMYK0.1500.210.14
HSL102.13º39.5%76.67%-
HSV(B)102.13º21.46%85.88%-
XYZ53.0364.0848.6-
YUV203.78110.07115.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=32.24%
G=37.95%
B=29.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191720.1500.210.14102.1339.576.67
HexBADBACF015E66274d
Octal272333254170251614647115
Binary1011101011011011101011001111010101111011001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBAC; }

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

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

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

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

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

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

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

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